aboutsummaryrefslogtreecommitdiff
path: root/templates/android_project/AndroidManifest.xml
diff options
context:
space:
mode:
authorraysan5 <raysan5@gmail.com>2016-04-17 11:11:48 +0200
committerraysan5 <raysan5@gmail.com>2016-04-17 11:11:48 +0200
commit0da88ac5c5aecba35fc8b79a7865de1247417991 (patch)
treea2d274494d4130e1ad9097638114b1189a7aa5c4 /templates/android_project/AndroidManifest.xml
parentc8a30b262d26575bbdd25219f24720e79437cce1 (diff)
downloadraylib-0da88ac5c5aecba35fc8b79a7865de1247417991.tar.gz
raylib-0da88ac5c5aecba35fc8b79a7865de1247417991.zip
Updated template game library name
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" />