Auto merge of #22246 - paulrouget:configChange, r=jdm

Handle more config changes

Fix #22197

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22246)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2018-11-22 13:55:44 -05:00 committed by GitHub
commit b9847e2953
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@
<application android:label="Servo" android:icon="@mipmap/servo">
<activity android:name=".MainActivity"
android:label="Servo"
android:configChanges="orientation|keyboardHidden|screenSize">
android:configChanges="density|keyboardHidden|navigation|orientation|screenSize|uiMode">
<meta-data android:name="android.app.lib_name" android:value="servo" />
<intent-filter>
<action android:name="android.intent.action.MAIN" />