summaryrefslogtreecommitdiffhomepage
path: root/templates/android_project/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/android_project/AndroidManifest.xml')
-rw-r--r--templates/android_project/AndroidManifest.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/android_project/AndroidManifest.xml b/templates/android_project/AndroidManifest.xml
index f9f41b33..6755027e 100644
--- a/templates/android_project/AndroidManifest.xml
+++ b/templates/android_project/AndroidManifest.xml
@@ -29,8 +29,7 @@
<!-- android:theme="@android:style/Theme.NoTitleBar.Fullscreen" -->
<!-- android:screenOrientation="portrait" -->
<!-- Tell NativeActivity the name of our .so -->
- <!--<meta-data android:name="android.app.lib_name" android:value="raylib_game" /> -->
- <meta-data android:name="android.app.lib_name" android:value="@string/app_name" />
+ <meta-data android:name="android.app.lib_name" android:value="raylib_game" />
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />