summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorchasmodo <bosko.trkulja@gmail.com>2014-02-17 10:54:21 +0100
committerEddy Witkamp <eddywitkamp@gmail.com>2014-02-23 19:11:46 +0100
commit1d722635e3a584caa34ff486e011046b8806b664 (patch)
tree8cd4a5443b65824a283bff76b41c82da34acf50b /overlay
parent8055c29949294f8a1c2945edebb5b314ce3b3fbb (diff)
downloaddevice_samsung_galaxys2-common-1d722635e3a584caa34ff486e011046b8806b664.zip
device_samsung_galaxys2-common-1d722635e3a584caa34ff486e011046b8806b664.tar.gz
device_samsung_galaxys2-common-1d722635e3a584caa34ff486e011046b8806b664.tar.bz2
galaxys2: Fix the inability to mount/unmount sdcard
Change-Id: Ifddbf979e5de937d2b2b3d850ccb66c3d731bc35
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/xml/storage_list.xml2
1 files changed, 1 insertions, 1 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 44ed062..40b2baf 100644
--- a/overlay/frameworks/base/core/res/res/xml/storage_list.xml
+++ b/overlay/frameworks/base/core/res/res/xml/storage_list.xml
@@ -42,7 +42,7 @@
<storage android:mountPoint="/storage/sdcard1"
android:storageDescription="@string/storage_sd_card"
android:primary="false"
- android:removable="false"
+ android:removable="true"
android:allowMassStorage="true" />
<storage android:mountPoint="/storage/usbdisk0"