aboutsummaryrefslogtreecommitdiffstats
path: root/make/resources/android/AndroidManifest-jogl.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-05-04 05:31:27 +0200
committerSven Gothel <[email protected]>2012-05-04 05:31:27 +0200
commita38f799a0d771e0396df04261c2ab7642480f865 (patch)
tree4964eb11f3cf3933262b076819260f70b2157b6f /make/resources/android/AndroidManifest-jogl.xml
parent137e58ba482e20822ff313716e0d2d9d56587dd9 (diff)
Android: Fix JOGL's (NEWT) Version activity: Use Launcher, show GL version
Diffstat (limited to 'make/resources/android/AndroidManifest-jogl.xml')
-rw-r--r--make/resources/android/AndroidManifest-jogl.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/resources/android/AndroidManifest-jogl.xml b/make/resources/android/AndroidManifest-jogl.xml
index c2017d37c..f69b5dea6 100644
--- a/make/resources/android/AndroidManifest-jogl.xml
+++ b/make/resources/android/AndroidManifest-jogl.xml
@@ -11,7 +11,7 @@
android:description="@string/app_descr"
android:persistent="false"
>
- <activity android:name="jogamp.newt.driver.android.NewtVersionActivity"
+ <activity android:name="jogamp.newt.driver.android.NewtVersionActivityLauncher"
android:finishOnTaskLaunch="true"
android:launchMode="singleTop"
android:configChanges="keyboardHidden|orientation"