On Thu, Mar 7, 2013 at 3:03 PM, TWProgrammers <[email protected]> wrote: > My app shows in the list for text files, I launch the file from a file > manager such as ES File Explorer or IO File Manager: I click the file in the > file manager at /mnt/sdcard/test.txt, the app list shows up, I click my app, > it says it could not find /mnt/sdcard/mnt/sdcard/test.txt
Apparently there is a bug in your Java code where you are opening the file. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 4.6 Available! -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

