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