Android
Pages
Codes and Examples
How To Install Android
Android Interview Questions
Windows Shortcuts
Word shorcuts
Emulator Shortcuts
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);
}
Older Posts
Home
Subscribe to:
Posts (Atom)