From 2d2a84f37efaf7ccd224d0ec0571ca27ca17fc4e Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Fri, 3 Jan 2020 02:36:47 +0100 Subject: [PATCH] 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. --- build-projects/android/AndroidManifest.xml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"> -- 2.34.1