diff options
author | mauimauer <sebastian@n-unity.de> | 2011-12-08 22:00:50 +0100 |
---|---|---|
committer | mauimauer <sebastian@n-unity.de> | 2011-12-08 22:00:50 +0100 |
commit | a2acfb62b95425b86a070e56a22975e6a19f9e01 (patch) | |
tree | e06afb74778086d1a94fb50592931b0961858fae /overlay | |
parent | e32b53c0441d5188b048176d8f11c5dea7383681 (diff) | |
download | device_samsung_n7000-a2acfb62b95425b86a070e56a22975e6a19f9e01.zip device_samsung_n7000-a2acfb62b95425b86a070e56a22975e6a19f9e01.tar.gz device_samsung_n7000-a2acfb62b95425b86a070e56a22975e6a19f9e01.tar.bz2 |
Enable AudioPolicy Legacy Wrapper again
Diffstat (limited to 'overlay')
-rwxr-xr-x | overlay/frameworks/base/core/res/res/xml/storage_list.xml | 4 |
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" |