diff options
Diffstat (limited to 'make/resources/android/AndroidManifest-Runtime.xml')
-rw-r--r-- | make/resources/android/AndroidManifest-Runtime.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make/resources/android/AndroidManifest-Runtime.xml b/make/resources/android/AndroidManifest-Runtime.xml index 7f165f8..dc306b9 100644 --- a/make/resources/android/AndroidManifest-Runtime.xml +++ b/make/resources/android/AndroidManifest-Runtime.xml @@ -3,6 +3,9 @@ sharedUserId="com.jogamp.Community" package="com.jogamp.common"> + <uses-feature android:name="android.hardware.touchscreen" android:required="false" /> + <!-- uses-feature android:name="android.hardware.camera" android:required="false" / --> <!-- not yet --> + <uses-sdk android:minSdkVersion="9" /> <application android:icon="@drawable/icon" |