Fix Settings crashed when WIFI_ADD_NETWORKS

And when rotate screen on tablet.

Fix: 279684281
Test: Manual
Change-Id: I297fefad0686722907ff4de5f2d8c1793bb783d8
This commit is contained in:
Chaohui Wang
2023-04-26 12:28:51 +08:00
parent ccd03c9e70
commit dfd7f8f87c

View File

@@ -4575,7 +4575,7 @@
android:launchMode="singleInstance"
android:excludeFromRecents="true"
android:exported="true"
android:configChanges="orientation|keyboardHidden|screenSize">
android:configChanges="orientation|keyboard|keyboardHidden|screenSize|smallestScreenSize|screenLayout">
<intent-filter>
<action android:name="android.settings.WIFI_ADD_NETWORKS" />
<category android:name="android.intent.category.DEFAULT" />