diff options
author | Sven Gothel <[email protected]> | 2012-05-04 07:03:30 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-05-04 07:03:30 +0200 |
commit | 4cdda8f3d5bf219a92adffd90e72c399283d50e3 (patch) | |
tree | 1ea62d78e37ef4b46dde66fe3e7f5e9ab004d831 /make/resources/android/AndroidManifest-Runtime.xml | |
parent | de42f22c9a2b62115eb3d9d5be7451ec5bb674be (diff) |
Android: Cleanup Manifest - remove commented out tags, don't require touchscreen ..
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" |