diff options
author | tilaksidduram <tilaksidduram@gmail.com> | 2014-11-20 08:18:49 +0530 |
---|---|---|
committer | tilaksidduram <tilaksidduram@gmail.com> | 2014-11-20 08:18:49 +0530 |
commit | 845888aae1723199b55d11f99888d869fd8a9d1c (patch) | |
tree | 2c3edfa2e616b80850d78cccc4d3e72baabfeb2d /overlay | |
parent | 78a558314d7188d50e37b9bf7042ee79db5f1316 (diff) | |
download | device_samsung_n7100-845888aae1723199b55d11f99888d869fd8a9d1c.zip device_samsung_n7100-845888aae1723199b55d11f99888d869fd8a9d1c.tar.gz device_samsung_n7100-845888aae1723199b55d11f99888d869fd8a9d1c.tar.bz2 |
n7100: storage_list: no more external app moving
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/frameworks/base/core/res/res/xml/storage_list.xml | 3 |
1 files changed, 1 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 9108fdc..b576f8a 100644 --- a/overlay/frameworks/base/core/res/res/xml/storage_list.xml +++ b/overlay/frameworks/base/core/res/res/xml/storage_list.xml @@ -43,8 +43,7 @@ android:storageDescription="@string/storage_sd_card" android:primary="false" android:removable="true" - android:allowMassStorage="true" - android:externalApps="true" /> + android:allowMassStorage="true" /> <storage android:mountPoint="/storage/usbdisk0" android:storageDescription="@string/storage_usb" |