summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authortilaksidduram <tilaksidduram@gmail.com>2014-06-07 10:00:55 +0530
committertilaksidduram <tilaksidduram@gmail.com>2014-06-07 10:00:55 +0530
commita3486a1655d2c4ab5003b8d1f66eaa97ec75511f (patch)
treef7a6385bc7a62d249c1cf4c1c883aef805ff1984 /overlay
parentcd5145640187472147f77a2e9be8e7055097b581 (diff)
downloaddevice_samsung_n7100-a3486a1655d2c4ab5003b8d1f66eaa97ec75511f.zip
device_samsung_n7100-a3486a1655d2c4ab5003b8d1f66eaa97ec75511f.tar.gz
device_samsung_n7100-a3486a1655d2c4ab5003b8d1f66eaa97ec75511f.tar.bz2
N7100: Enable app2sd
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/xml/storage_list.xml5
1 files changed, 3 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 f98fbb0..9108fdc 100644
--- a/overlay/frameworks/base/core/res/res/xml/storage_list.xml
+++ b/overlay/frameworks/base/core/res/res/xml/storage_list.xml
@@ -43,10 +43,11 @@
android:storageDescription="@string/storage_sd_card"
android:primary="false"
android:removable="true"
- android:allowMassStorage="true" />
+ android:allowMassStorage="true"
+ android:externalApps="true" />
<storage android:mountPoint="/storage/usbdisk0"
android:storageDescription="@string/storage_usb"
android:primary="false"
android:removable="true" />
-</StorageList> \ No newline at end of file
+</StorageList>