summaryrefslogtreecommitdiffstats
path: root/overlay/frameworks/base/core/res/res/xml/storage_list.xml
diff options
context:
space:
mode:
Diffstat (limited to 'overlay/frameworks/base/core/res/res/xml/storage_list.xml')
-rwxr-xr-xoverlay/frameworks/base/core/res/res/xml/storage_list.xml4
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"