Ignore some configuration changes that don't matter for us.

The "orientation" without "screenSize" was a clear bug. And now connecting external keyboard doesn't close STK for me anymore.
This commit is contained in:
Deve 2017-11-04 22:06:35 +01:00
parent 69c86930e8
commit 2e96a29977

View File

@ -13,7 +13,7 @@
<activity android:name="android.app.NativeActivity"
android:label="@string/app_name"
android:configChanges="keyboardHidden|orientation"
android:configChanges="fontScale|keyboard|keyboardHidden|layoutDirection|locale|mcc|mnc|navigation|orientation|screenLayout|screenSize|uiMode"
android:screenOrientation="sensorLandscape">
<!-- Tell NativeActivity the name of or .so -->