diff options
-rw-r--r-- | overlay/frameworks/base/core/res/res/xml/storage_list.xml | 2 |
1 files changed, 1 insertions, 1 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 44ed062..40b2baf 100644 --- a/overlay/frameworks/base/core/res/res/xml/storage_list.xml +++ b/overlay/frameworks/base/core/res/res/xml/storage_list.xml @@ -42,7 +42,7 @@ <storage android:mountPoint="/storage/sdcard1" android:storageDescription="@string/storage_sd_card" android:primary="false" - android:removable="false" + android:removable="true" android:allowMassStorage="true" /> <storage android:mountPoint="/storage/usbdisk0" |