diff options
-rw-r--r-- | overlay/frameworks/base/core/res/res/xml/storage_list.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/overlay/frameworks/base/core/res/res/xml/storage_list.xml b/overlay/frameworks/base/core/res/res/xml/storage_list.xml index 20b5fe8..44ed062 100644 --- a/overlay/frameworks/base/core/res/res/xml/storage_list.xml +++ b/overlay/frameworks/base/core/res/res/xml/storage_list.xml @@ -36,12 +36,14 @@ <storage android:mountPoint="/storage/sdcard0" android:storageDescription="@string/storage_internal" android:primary="true" - android:removable="false" /> + android:removable="false" + android:allowMassStorage="true" /> <storage android:mountPoint="/storage/sdcard1" android:storageDescription="@string/storage_sd_card" android:primary="false" - android:removable="false" /> + android:removable="false" + android:allowMassStorage="true" /> <storage android:mountPoint="/storage/usbdisk0" android:storageDescription="@string/storage_usb" |