summaryrefslogtreecommitdiffstats
path: root/make/resources
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-10-06 03:56:49 +0200
committerSven Gothel <[email protected]>2011-10-06 03:56:49 +0200
commitfc67b7c48a7d0280c44012d5daec04f227bcf0fa (patch)
tree21af9dec278b172a13daf5e1c332934011a6d524 /make/resources
parent54fe0a4a5ccc74030e6c00fd13b29fc443620c8f (diff)
Android: launcher manifest: adding INTERNET permission for NV's perfhud
Diffstat (limited to 'make/resources')
-rw-r--r--make/resources/android/AndroidManifest-launcher.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/resources/android/AndroidManifest-launcher.xml b/make/resources/android/AndroidManifest-launcher.xml
index e48b61e45..9166dd3c4 100644
--- a/make/resources/android/AndroidManifest-launcher.xml
+++ b/make/resources/android/AndroidManifest-launcher.xml
@@ -3,6 +3,7 @@
sharedUserId="com.jogamp.Community"
package="com.jogamp.android.launcher">
+ <uses-permission android:name="android.permission.INTERNET" /> <!-- required for NV's perfhud -->
<uses-sdk android:minSdkVersion="9" />
<uses-library android:name="com.jogamp.common" android:required="true" />
<uses-library android:name="javax.media.opengl" android:required="true" />