Updated template game library name

This commit is contained in:
raysan5
2016-04-17 11:11:48 +02:00
parent c8a30b262d
commit 0da88ac5c5
2 changed files with 3 additions and 4 deletions

View File

@ -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" />