最新回答 / 加班中的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