From: Holger Schemel Date: Fri, 3 Jan 2020 01:36:47 +0000 (+0100) Subject: fixed crash bug in Android project when rotating device X-Git-Tag: 4.1.4.0~2 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=2d2a84f37efaf7ccd224d0ec0571ca27ca17fc4e;hp=032cba61f4c81b284f3d207a20459c85e5a7be5d fixed crash bug in Android project when rotating device When changing API level from 12 to 17, "screenSize" events must be handled, or newer Android versions will terminate the app when the device is rotated. --- diff --git a/build-projects/android/AndroidManifest.xml.tmpl b/build-projects/android/AndroidManifest.xml.tmpl index d21df7ed..bbbb4b74 100644 --- a/build-projects/android/AndroidManifest.xml.tmpl +++ b/build-projects/android/AndroidManifest.xml.tmpl @@ -13,7 +13,7 @@ android:theme="@android:style/Theme.NoTitleBar.Fullscreen" android:hardwareAccelerated="true">