I want to develop a code to browse the all folders and files in android emulator including sd card and internal memory storage. In Java there is JFileChooser available, in android how can i implement this functionality…?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You cannot browse all files in an Android device unless it is rooted. You need to have root privileges to access most of the file system (and you don’t…).
Also, AFAIK there is no such API, but read data storage section in the android documentation to see what you can do.