Answer the question
In order to leave comments, you need to log in
How to find out the path to an external SD card?
To find out where the application is installed and the path to the internal flash on the Galaxy Note 10.1, I use:
File fileRoot = activity.getFilesDir(); //"/data/data/com.SomeApp/files"
File externalRoot = Environment.getExternalStorageDirectory();//"/mnt/sdcard"
File RootDirectory = Environment.getRootDirectory();//"/system"
File DataDirectory = Environment.getDataDirectory();//"/data"
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question