diff options
author | Pawit Pornkitprasan <p.pawit@gmail.com> | 2012-08-19 07:05:30 +0700 |
---|---|---|
committer | Pawit Pornkitprasan <p.pawit@gmail.com> | 2012-08-19 07:06:43 +0700 |
commit | b50b05e4ef8ae74f52b79ccbfe616d3da23ef1bd (patch) | |
tree | 76f33edd31c0b2661ae4c89db655f95e3a826e5d /overlay | |
parent | 9ed80aa8e2998f0b073a4948991abbc8609ec428 (diff) | |
download | device_samsung_aries-common-b50b05e4ef8ae74f52b79ccbfe616d3da23ef1bd.zip device_samsung_aries-common-b50b05e4ef8ae74f52b79ccbfe616d3da23ef1bd.tar.gz device_samsung_aries-common-b50b05e4ef8ae74f52b79ccbfe616d3da23ef1bd.tar.bz2 |
aries-common: fix storage_list.xml
We don't have swappable mount support yet
Change-Id: I5d6dc1bdd9108e98976218f7cd3e2f441ba4908f
Diffstat (limited to 'overlay')
-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> |