其實還得判斷一下data是否為空,可能沒有拍照直接按返回了,這時候不判斷會讓程序崩潰直接退出的
2016-01-24
最新回答 / 加班中的LLawliet
1. 插入一張外置SD卡后內(nèi)置SD卡路徑:/storage/emulated/0外置SD卡路徑:/storage/extSdCard2. 取出外置SD卡后內(nèi)置SD卡路徑:/storage/emulated/0String path = null;???try {?????path = android.os.SystemProperties.get("external_sd_path");???????????LogUtils.d(TAG, "current card id=? " + path);?} c...
2016-01-17