summaryrefslogtreecommitdiffstats
path: root/make/resources/android/AndroidManifest-Runtime.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/resources/android/AndroidManifest-Runtime.xml')
-rw-r--r--make/resources/android/AndroidManifest-Runtime.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/resources/android/AndroidManifest-Runtime.xml b/make/resources/android/AndroidManifest-Runtime.xml
index 04dfe33..7f165f8 100644
--- a/make/resources/android/AndroidManifest-Runtime.xml
+++ b/make/resources/android/AndroidManifest-Runtime.xml
@@ -6,8 +6,8 @@
<uses-sdk android:minSdkVersion="9" />
<application android:icon="@drawable/icon"
- android:label="@string/app_name"
- android:description="@string/app_descr"
+ android:label="@string/app_runtime_name"
+ android:description="@string/app_runtime_descr"
android:persistent="false"
>
<activity android:name="jogamp.common.os.android.GluegenVersionActivity"