Skip to content

Commit

Permalink
Merge pull request OpenSEMC#4 from deedwar/patch4
Browse files Browse the repository at this point in the history
Allow App2SD
  • Loading branch information
deedwar committed Jun 26, 2014
2 parents 67e2440 + de1382a commit 3a6f410
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion overlay/frameworks/base/core/res/res/xml/storage_list.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
android:storageDescription="@string/storage_internal"
android:primary="true"
android:removable="false"
android:allowMassStorage="true" />
android:allowMassStorage="true"
android:externalApps="true" />

<storage android:mountPoint="/storage/usbdisk"
android:storageDescription="@string/storage_usb"
Expand Down

0 comments on commit 3a6f410

Please sign in to comment.