Android
Pages
Codes and Examples
How To Install Android
Android Interview Questions
Windows Shortcuts
Word shorcuts
Emulator Shortcuts
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment