Showing posts with label check if sd card is available. Show all posts
Showing posts with label check if sd card is available. Show all posts

Sunday, January 20, 2013

check if sd card is available:




public static boolean checkStorageAvailability() {
return Environment.getExternalStorageState().equals(Environment.MEDIA_MOUNTED);
}