Hi all, I need to list all document files (*.doc/pdf/txt/xls) on android. I know that I can list media files (audio, movies, pictures) using embedded android's database (ContentResolver) with some URI, for example content://media/external/audio/media for audio files. Can I get document files using this solution (with another uri)? Another solution which I know is just browse root directory and all subdirectories but I'd prefer to use ContentResolver.
Regards -- 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

