mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
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:
commit
b9847e2953
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
<application android:label="Servo" android:icon="@mipmap/servo">
|
<application android:label="Servo" android:icon="@mipmap/servo">
|
||||||
<activity android:name=".MainActivity"
|
<activity android:name=".MainActivity"
|
||||||
android:label="Servo"
|
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" />
|
<meta-data android:name="android.app.lib_name" android:value="servo" />
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue