Environment.MEDIA_MOUNTED.equals(Environment.getExternalStorageState() 表示sd卡正常挂载;
Environment.isExternalStorageRemovable(): false表示sd卡是外接的;true表示sd卡是内置的
Environment.MEDIA_MOUNTED.equals(Environment.getExternalStorageState() 表示sd卡正常挂载;
Environment.isExternalStorageRemovable(): false表示sd卡是外接的;true表示sd卡是内置的