ICS does support usb mass storage, but Galaxy nexus doesn’t. I want to be able to detect during runtime if my device supports UMS or not. Any ideas how this can be done?
I know that I can check: Environment.isExternalStorageRemovable();
Would that, along with os version 4 and up check be enough?
ICS does support usb mass storage, but Galaxy nexus doesn’t. I want to be
Share
Actually Environment.isExternalStorageEmulated() solves the problem:
http://developer.android.com/reference/android/os/Environment.html#isExternalStorageEmulated()