下面的内容是关于Android查看数否有SD卡插入的的内容,应该是对小伙伴们有些帮助。
String status=Environment.getExternalStorageState(); if(status.equals(Enviroment.MEDIA_MOUNTED)) { }