Skip to content

Commit 7aa516e

Browse files
author
Breckin Loggins
committed
Add internet permission to cocos2d-tests-android's Android manifest to allow remote debugging on all devices
1 parent b4fd3f5 commit 7aa516e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cocos2d-tests-android/Headless/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
package="org.cocos2d.demo" >
44
<uses-feature android:glEsVersion="0x00020000" android:required="true" />
55
<uses-sdk android:targetSdkVersion="14" android:minSdkVersion="9"></uses-sdk>
6+
<uses-permission android:name="android.permission.INTERNET"></uses-permission>
67
<application
78
android:allowBackup="true"
89
android:label="Cocos2d"

0 commit comments

Comments
 (0)