最新回答 / 加班中的LLawliet
1. 插入一張外置SD卡后內置SD卡路徑:/storage/emulated/0外置SD卡路徑:/storage/extSdCard2. 取出外置SD卡后內置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