krnbatta / android-file-dialog

Automatically exported from code.google.com/p/android-file-dialog
0 stars 0 forks source link

Issue with FileDialog Intent #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, I am developing an emulator for Android and decided to make use of 
android-file-dialog for my load and save options. I have a button with an event 
which creates the intent and starts the activity. This works the first time but 
hangs on the second attempt. I followed the directions in the "How to integrate 
into existing app?" issue and the only other thing I had to do was declare the 
activity in my manifest file. Is there anything else I have to do or does 
anyone have any idea why it would hang? Thank you.

Original issue reported on code.google.com by jdcorr...@gmail.com on 28 Jun 2012 at 1:54

GoogleCodeExporter commented 9 years ago
I figured out the problem and it was unrelated to the library. The library is 
great and very useful for my purpose. Thank you.

Original comment by jdcorr...@gmail.com on 6 Jul 2012 at 7:01