From 8bdad4c38d252165ce7840582011df0711bd4a84 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Mon, 25 Nov 2019 15:59:16 +0200 Subject: [PATCH] Android launcher now Kotlin, app should be recognized as Game --- android/AndroidManifest.xml | 1 + .../src/com/unciv/app/AndroidLauncher.java | 20 ------------------- android/src/com/unciv/app/AndroidLauncher.kt | 16 +++++++++++++++ 3 files changed, 17 insertions(+), 20 deletions(-) delete mode 100644 android/src/com/unciv/app/AndroidLauncher.java create mode 100644 android/src/com/unciv/app/AndroidLauncher.kt diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 533cb22715..9b08e21acd 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -10,6 +10,7 @@ android:allowBackup="true" android:icon="@drawable/uncivicon2" android:label="@string/app_name" + android:isGame="true" android:theme="@style/GdxTheme" >