diff options
Diffstat (limited to 'overlay')
-rwxr-xr-x | overlay/frameworks/base/core/res/res/xml/storage_list.xml | 4 |
1 files changed, 2 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 2040601..376d6e3 100755 --- a/overlay/frameworks/base/core/res/res/xml/storage_list.xml +++ b/overlay/frameworks/base/core/res/res/xml/storage_list.xml @@ -39,13 +39,13 @@ android:removable="false" android:allowMassStorage="true" /> - <storage android:mountPoint="/mnt/sdcard/extStorages/SdCard" + <storage android:mountPoint="/mnt/extsdcard" android:storageDescription="@string/storage_sd_card" android:primary="false" android:removable="true" android:allowMassStorage="true" /> - <storage android:mountPoint="/mnt/sdcard/extStorages/UsbDisk" + <storage android:mountPoint="/mnt/usbdisk" android:storageDescription="@string/storage_usb" android:primary="false" android:removable="true" |