User10001
User10001

Reputation: 1305

How can I check if an SD card is present in an Android device?

How can I check if an SD card is present in an Android device? I'm especially interested in solutions for Android 2.2 and 2.3.

Upvotes: 0

Views: 49

Answers (1)

Christian
Christian

Reputation: 4641

You can check if the external storage is avilable, but you do not know, if this is an SD-Card or not. Have a look at the documentation

Upvotes: 1

Related Questions