storage - How to check if SD card inserted in Android? -
this question has answer here:
- how tell if sdcard mounted in android? 8 answers
i want check if phone has sd card inserted or not. want provide user select storage location.
this question has several duplicates, however, can check sd card this:
boolean issdpresent = android.os.environment.getexternalstoragestate().equals(android.os.environment.media_mounted);
Comments
Post a Comment