diff options
-rw-r--r-- | overlay/frameworks/base/core/res/res/xml/storage_list.xml | 8 |
1 files changed, 4 insertions, 4 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 c7f96b1..8c91b1e 100644 --- a/overlay/frameworks/base/core/res/res/xml/storage_list.xml +++ b/overlay/frameworks/base/core/res/res/xml/storage_list.xml @@ -34,14 +34,14 @@ <StorageList xmlns:android="http://schemas.android.com/apk/res/android"> <storage android:mountPoint="/storage/sdcard0" - android:storageDescription="@string/storage_sd_card" + android:storageDescription="@string/storage_usb" android:primary="true" - android:removable="true" + android:removable="false" android:allowMassStorage="true" /> <storage android:mountPoint="/storage/sdcard1" - android:storageDescription="@string/storage_usb" + android:storageDescription="@string/storage_sd_card" android:primary="false" - android:removable="false" + android:removable="true" android:allowMassStorage="true" /> </StorageList> |