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

Commit 91d13c1a authored by Stephen Chen's avatar Stephen Chen
Browse files

Set WIFI_IP_SETTINGS as intent for ConfigureWifiSettings.

Bug: 34392691
Test: make, test intent on device.
Change-Id: Iaf692c0bff25763606d0c4cf0626ad13d0249d2f
parent 86649739
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -272,7 +272,7 @@
                android:configChanges="orientation|keyboardHidden|screenSize"
                android:parentActivityName="Settings$WifiSettingsActivity">
            <intent-filter android:priority="1">
                <action android:name="android.settings.CONFIGURE_WIFI_SETTINGS" />
                <action android:name="android.settings.WIFI_IP_SETTINGS" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <intent-filter>