summaryrefslogtreecommitdiffstats
path: root/make/resources
diff options
context:
space:
mode:
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" />