Provide option to easily modify app name and version.

Chery-picked from #243.
This commit is contained in:
Miku AuahDark
2023-09-28 13:44:18 +08:00
parent fefb7dfc8d
commit f73a91c0be
3 changed files with 60 additions and 30 deletions
+2 -2
View File
@@ -24,7 +24,7 @@
<application
android:allowBackup="true"
android:icon="@drawable/love"
android:label="LÖVE for Android">
android:label="${NAME}">
<!-- You don't have to change the activity class unless you have special needs! !-->
<activity
android:name="org.love2d.android.GameActivity"
@@ -32,7 +32,7 @@
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout|keyboard|keyboardHidden|navigation"
android:launchMode="singleInstance"
android:screenOrientation="landscape">
android:screenOrientation="${ORIENTATION}">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />