summaryrefslogtreecommitdiffstats
path: root/make/resources/android/AndroidManifest-Test.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/resources/android/AndroidManifest-Test.xml')
-rw-r--r--make/resources/android/AndroidManifest-Test.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/resources/android/AndroidManifest-Test.xml b/make/resources/android/AndroidManifest-Test.xml
index 1b713be..6aec2f4 100644
--- a/make/resources/android/AndroidManifest-Test.xml
+++ b/make/resources/android/AndroidManifest-Test.xml
@@ -7,8 +7,8 @@
<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:label="@string/app_test_name"
+ android:description="@string/app_test_descr"
android:persistent="false"
>
<activity android:name="jogamp.common.os.android.GluegenVersionActivity"