Hi!
I am writing an app that creates a directory off DirRootExternal. The problem is that on some devices this equates to mnt/sdcard and others mnt/local. In other words the external directory is on a removable card in the first case, and not in the second.
How can I determine if the actual location is the 'fixed' (mnt/local) directory, or the actual removable sdcard directory (mnt/sdcard) on a device that has both?
I am writing an app that creates a directory off DirRootExternal. The problem is that on some devices this equates to mnt/sdcard and others mnt/local. In other words the external directory is on a removable card in the first case, and not in the second.
How can I determine if the actual location is the 'fixed' (mnt/local) directory, or the actual removable sdcard directory (mnt/sdcard) on a device that has both?