标签: android android-external-storage
我的手机中没有任何SD卡,但我仍在使用
String state = Environment.getExternalStorageState(); Toast.makeText(this,state,Toast.LENGTH_SHORT).show();
显示已安装。为什么这样以及如何查询设备是否安装了SD卡