Multiple choice ________ Method returns SDCard location. Environment.getExternalStoragePath() Environment.getExternalStorageState() Environment.getExternalStorageDirectory() None of above Reveal answer Fill a bubble to check yourself C Correct answer Explanation Environment.getExternalStorageDirectory() returns the File object representing the primary external storage directory. getExternalStorageState() returns storage state (mounted/shared/etc), and getExternalStoragePath() is not a standard Android API.