Programmitically accessing internal storage (not SD card) on Verizon HTC Droid Incredible (Android)
- by tliebeck
Hello,
I'm trying to find information on how to programmatically access the HTC Droid Incredible's supposed 8GB of internal storage.
To determine the external storage (SD Card) location, I'm using android.os.Environment.getExternalStorageDirectory().
I've not been able to find any corollary for internal phone storage.
In examining HTC/Google…