My application uses several gigabytes of multimedia data.
The data must be copied from DVD to a folder on the android device or is preinstalled on a blank sdcard.
The Folder name is constant, but it can be located in
file.DirRootExternal or on the sdcard.
(sdcard path is device-dependent and different on many android devices)
The only thing my application knows for sure, is the subfolder name.
How can i find the location of Folder "/xy"
- without knowing the complete path
- without asking the user to enter a path?
The data must be copied from DVD to a folder on the android device or is preinstalled on a blank sdcard.
The Folder name is constant, but it can be located in
file.DirRootExternal or on the sdcard.
(sdcard path is device-dependent and different on many android devices)
The only thing my application knows for sure, is the subfolder name.
How can i find the location of Folder "/xy"
- without knowing the complete path
- without asking the user to enter a path?