Merge "Fallback Home doesn't restart on keyboard change" into tm-dev am: f886179845

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17009044

Change-Id: I4fe00a1b4de7af3f5af95dc4d563cc4c82767075
This commit is contained in:
Adam Bookatz
2022-03-01 23:18:20 +00:00
committed by Automerger Merge Worker

View File

@@ -2887,7 +2887,8 @@
android:screenOrientation="nosensor"
android:taskAffinity="com.android.settings.FallbackHome"
android:exported="true"
android:theme="@style/FallbackHome">
android:theme="@style/FallbackHome"
android:configChanges="keyboardHidden">
<intent-filter android:priority="-1000">
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.HOME" />