Sunday, January 20, 2013

check if sd card is available:




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

No comments:

Post a Comment