|
发表于 2017-8-11 14:42:59
只看该作者
沙发
自己的坑还是得自己填:
--- a/device/rockchip/rk3288/overlay/frameworks/base/core/res/res/xml/storage_list_box.xml
+++ b/device/rockchip/rk3288/overlay/frameworks/base/core/res/res/xml/storage_list_box.xml
@@ -49,7 +49,7 @@
android:primary="false"
android:emulated="false"
android:allowMassStorage="true"
- android:removable="true"
+ android:removable="false"
android:mtpReserve="100" />
<storage android:mountPoint="/mnt/external_sd"
android:storageDescription="@string/storage_sd_card"
|
|