3
0
Fork 0

galaxys2: Fix the inability to mount/unmount sdcard

Change-Id: Ifddbf979e5de937d2b2b3d850ccb66c3d731bc35
This commit is contained in:
chasmodo 2014-02-17 10:54:21 +01:00 committed by Eddy Witkamp
parent 8055c29949
commit 1d722635e3
1 changed files with 1 additions and 1 deletions

View File

@ -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"