Bug 1260451 - AndroidManifest: Handle configuration changes for smallestScreenSize and screenLayout. r=snorp

MozReview-Commit-ID: 1X4sQDotnSG

--HG--
extra : rebase_source : ae81282350b4f8a00c50efc27d3fafe4386786e8
This commit is contained in:
Sebastian Kaspari 2016-04-14 10:26:36 +02:00
parent bc7c3c706a
commit ed73a5f51e

View File

@ -53,7 +53,7 @@
android:label="@string/moz_app_displayname"
android:taskAffinity="@ANDROID_PACKAGE_NAME@.BROWSER"
android:alwaysRetainTaskState="true"
android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenSize|locale|layoutDirection"
android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenSize|locale|layoutDirection|smallestScreenSize|screenLayout"
android:windowSoftInputMode="stateUnspecified|adjustResize"
android:launchMode="singleTask"
android:exported="true"