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

Commit 666c9d7e authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Link WIFI_SAVED_NETWORK_SETTINGS action with activity."

parents 89a055aa e365aa8c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -314,7 +314,7 @@
                android:configChanges="orientation|keyboardHidden|screenSize"
                android:parentActivityName="Settings$WifiSettingsActivity">
            <intent-filter android:priority="1">
                <action android:name="android.settings.WIFI_IF_SETTINGS" />
                <action android:name="android.settings.WIFI_SAVED_NETWORK_SETTINGS" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <intent-filter>
@@ -322,7 +322,7 @@
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
                android:value="com.android.settings.wifi.SavedAccessPointsSettings" />
                android:value="com.android.settings.wifi.SavedAccessPointsWifiSettings" />
            <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
                android:value="true" />
        </activity>