From: Alexis Laferrière Date: Mon, 26 Jan 2015 19:45:19 +0000 (-0500) Subject: nitc/android: "handle" all config changes X-Git-Tag: v0.7.1~6^2 X-Git-Url: http://nitlanguage.org nitc/android: "handle" all config changes Signed-off-by: Alexis Laferrière --- diff --git a/src/platform/android.nit b/src/platform/android.nit index f3a2a27..db28b7f 100644 --- a/src/platform/android.nit +++ b/src/platform/android.nit @@ -179,7 +179,8 @@ $(call import-module,android/native_app_glue) android:label="@string/app_name" android:hasCode="true" android:debuggable="{{{not release}}}" - {{{icon_declaration}}}> + {{{icon_declaration}}} + android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|screenLayout|fontScale|uiMode|orientation">