Allow read/write to /sdcard/...

This commit is contained in:
Aaron Culliney 2015-08-05 22:28:28 -07:00
parent f1fc3cd4ff
commit d6f769bcef

View File

@ -3,6 +3,7 @@
package="org.deadc0de.apple2ix" >
<uses-feature android:glEsVersion="0x00020000" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<supports-screens
android:largeScreens="true"