mirror of
https://github.com/love2d/love-android.git
synced 2026-08-16 08:11:44 +02:00
* Revert configurable activity name. Always use "org.love2d.android.GameActivity" * Delete unnecessary AndroidManifext.xml for embed variant. * Workaround non-UTF-8 app.name in gradle.properties. See gradle.properties for more information.
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
android:label="${NAME}"
|
||||
android:usesCleartextTraffic="true" >
|
||||
<activity
|
||||
android:name="${ACTIVITY_NAME}"
|
||||
android:name="org.love2d.android.GameActivity"
|
||||
android:exported="true"
|
||||
android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout|keyboard|keyboardHidden|navigation"
|
||||
android:label="${NAME}"
|
||||
|
||||
Reference in New Issue
Block a user