Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4132d3b5 authored by Chaohui Wang's avatar Chaohui Wang Committed by Android (Google) Code Review
Browse files

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

parents 9cdf5654 dfd7f8f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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" />