diff options
author | mauimauer <sebastian@n-unity.de> | 2011-12-05 01:52:44 +0100 |
---|---|---|
committer | mauimauer <sebastian@n-unity.de> | 2011-12-05 01:52:44 +0100 |
commit | c0d25ca3acca5f379df1b3ddf14302f3412d8309 (patch) | |
tree | f9951774e79050d889d7e6505e6f95a2b9c73e1f /overlay | |
parent | 928e525efbe3fd85709b1ea9d531602b8856e211 (diff) | |
download | device_samsung_n7000-c0d25ca3acca5f379df1b3ddf14302f3412d8309.zip device_samsung_n7000-c0d25ca3acca5f379df1b3ddf14302f3412d8309.tar.gz device_samsung_n7000-c0d25ca3acca5f379df1b3ddf14302f3412d8309.tar.bz2 |
finetuning
Diffstat (limited to 'overlay')
-rwxr-xr-x | overlay/frameworks/base/core/res/res/xml/storage_list.xml | 9 |
1 files changed, 6 insertions, 3 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 d2af288..2040601 100755 --- a/overlay/frameworks/base/core/res/res/xml/storage_list.xml +++ b/overlay/frameworks/base/core/res/res/xml/storage_list.xml @@ -36,15 +36,18 @@ <storage android:mountPoint="/mnt/sdcard" android:storageDescription="@string/storage_usb" android:primary="true" - android:removable="false" /> + android:removable="false" + android:allowMassStorage="true" /> <storage android:mountPoint="/mnt/sdcard/extStorages/SdCard" android:storageDescription="@string/storage_sd_card" android:primary="false" - android:removable="true" /> + android:removable="true" + android:allowMassStorage="true" /> <storage android:mountPoint="/mnt/sdcard/extStorages/UsbDisk" android:storageDescription="@string/storage_usb" android:primary="false" - android:removable="true" /> + android:removable="true" + android:allowMassStorage="true" /> </StorageList> |