storage - How to check if SD card inserted in Android? -


this question has answer here:

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

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -