summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2012-04-22 12:25:46 +0700
committerPawit Pornkitprasan <p.pawit@gmail.com>2012-04-22 12:25:46 +0700
commitd42f625b12e42b40a87235b5e2ed3c9c916d8c50 (patch)
tree2ffb2fd499bd58fdacef5310503baab747d9528d /overlay
parentc9d2bf05f0c99d059485d136ac6a97a7d6abdc66 (diff)
downloaddevice_samsung_aries-common-d42f625b12e42b40a87235b5e2ed3c9c916d8c50.zip
device_samsung_aries-common-d42f625b12e42b40a87235b5e2ed3c9c916d8c50.tar.gz
device_samsung_aries-common-d42f625b12e42b40a87235b5e2ed3c9c916d8c50.tar.bz2
aries-common: Switch emmc and sdcard
To match CM standard. Not touching recovery right now as that can cause a lot of problems. Change-Id: I09940553b16e84a396271fcad547eb21f7eb8474
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/xml/storage_list.xml8
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 6e511b7..c82a293 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="/mnt/sdcard"
- android:storageDescription="@string/storage_usb"
+ android:storageDescription="@string/storage_sd_card"
android:primary="true"
- android:removable="false"
+ android:removable="true"
android:allowMassStorage="true" />
<storage android:mountPoint="/mnt/emmc"
- android:storageDescription="@string/storage_sd_card"
+ android:storageDescription="@string/storage_usb"
android:primary="false"
- android:removable="true"
+ android:removable="false"
android:allowMassStorage="true" />
</StorageList>