summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorAndrew Dodd <atd7@cornell.edu>2012-05-31 22:19:25 -0400
committerAndrew Dodd <atd7@cornell.edu>2012-05-31 22:19:25 -0400
commitd4757d896543c148636eef96a6b4a9682a9967d7 (patch)
treefc733b83abf0845e2c8b260bbba39f681c5f281e /overlay
parent8964a437c40098232abc83401bd9935fba09563c (diff)
downloaddevice_samsung_n7000-d4757d896543c148636eef96a6b4a9682a9967d7.zip
device_samsung_n7000-d4757d896543c148636eef96a6b4a9682a9967d7.tar.gz
device_samsung_n7000-d4757d896543c148636eef96a6b4a9682a9967d7.tar.bz2
n7000: Bring storage configuration in line with I9100/I777
Swaps /sdcard and /emmc in most cases Also permits USB OTG storage devices to work Change-Id: I44a60b7663ea918f5e4870606985d1cd6441aaa5
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/xml/storage_list.xml14
1 files changed, 8 insertions, 6 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 0bca789..99dd14a 100644
--- a/overlay/frameworks/base/core/res/res/xml/storage_list.xml
+++ b/overlay/frameworks/base/core/res/res/xml/storage_list.xml
@@ -33,15 +33,17 @@
-->
<StorageList xmlns:android="http://schemas.android.com/apk/res/android">
- <storage android:mountPoint="/mnt/sdcard"
+ <storage android:mountPoint="/mnt/emmc"
android:storageDescription="@string/storage_internal"
- android:primary="true"
- android:removable="false" />
+ android:primary="false"
+ android:removable="false"
+ android:allowMassStorage="true" />
- <storage android:mountPoint="/mnt/emmc"
+ <storage android:mountPoint="/mnt/sdcard"
android:storageDescription="@string/storage_sd_card"
- android:primary="false"
- android:removable="true" />
+ android:primary="true"
+ android:removable="false"
+ android:allowMassStorage="true" />
<storage android:mountPoint="/mnt/usbdisk"
android:storageDescription="@string/storage_usb"