mirror of
https://github.com/love2d/love-android.git
synced 2026-08-16 08:11:44 +02:00
Fixed minor issue with LOVE Loader launcher.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
android:exported="true"
|
||||
android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout|keyboard|keyboardHidden|navigation"
|
||||
android:label="${NAME}"
|
||||
android:launchMode="singleTask"
|
||||
android:launchMode="singleInstance"
|
||||
android:screenOrientation="${ORIENTATION}"
|
||||
android:resizeableActivity="false"
|
||||
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" >
|
||||
|
||||
Reference in New Issue
Block a user