I forsee that my application will require the existence of a sdcard storage device. How do I query the device for a manifest of storage options ?
You can use getExternalStorageState(). The developer site (linked here) has a short snippet of the recommended way to check for the presence of the external SD card, and whether or not you can write to it.
getExternalStorageState()
1.4m articles
1.4m replys
5 comments
57.0k users