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()
2.1m questions
2.1m answers
60 comments
57.0k users