Merge "Fix Settings crashed when WIFI_ADD_NETWORKS" into udc-dev

This commit is contained in:
Chaohui Wang
2023-04-26 07:01:19 +00:00
committed by Android (Google) Code Review

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" />