We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4fd3f5 commit 7aa516eCopy full SHA for 7aa516e
cocos2d-tests-android/Headless/src/main/AndroidManifest.xml
@@ -3,6 +3,7 @@
3
package="org.cocos2d.demo" >
4
<uses-feature android:glEsVersion="0x00020000" android:required="true" />
5
<uses-sdk android:targetSdkVersion="14" android:minSdkVersion="9"></uses-sdk>
6
+ <uses-permission android:name="android.permission.INTERNET"></uses-permission>
7
<application
8
android:allowBackup="true"
9
android:label="Cocos2d"
0 commit comments