mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Updated template game library name
This commit is contained in:
@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user