diff options
author | Sven Gothel <[email protected]> | 2012-03-27 05:52:37 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-03-27 05:52:37 +0200 |
commit | 190e8ccc19ab0d6b8a93c2b58fc86e528e10d003 (patch) | |
tree | 5633da2706bf1cc019f47b58729698704f949044 /make/resources/android/AndroidManifest-joal.xml | |
parent | 03fef79a232af65a586cbd5f837d6a602e31be66 (diff) |
Generate and add *.apk files to the 7z archive [for deployment]
Diffstat (limited to 'make/resources/android/AndroidManifest-joal.xml')
-rw-r--r-- | make/resources/android/AndroidManifest-joal.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/make/resources/android/AndroidManifest-joal.xml b/make/resources/android/AndroidManifest-joal.xml new file mode 100644 index 0000000..a83eeec --- /dev/null +++ b/make/resources/android/AndroidManifest-joal.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="utf-8"?> +<manifest xmlns:android="http://schemas.android.com/apk/res/android" + sharedUserId="com.jogamp.Community" + package="com.jogamp.openal"> + + <uses-sdk android:minSdkVersion="9" /> + <uses-library android:name="com.jogamp.common" android:required="true" /> + + <application android:icon="@drawable/icon" + android:label="@string/app_name" + android:description="@string/app_descr" + android:persistent="false" + > + </application> + +</manifest> |