3
0
Fork 0

Merge "galaxys2: Fix the inability to mount/unmount sdcard" into cm-11.0

This commit is contained in:
Ricardo Cerqueira 2014-03-24 12:53:39 +00:00 committed by Gerrit Code Review
commit 9d45563375
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"