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

Commit b2778bd4 authored by Cosmo Hsieh's avatar Cosmo Hsieh Committed by Android (Google) Code Review
Browse files

Merge "Change intent filter string of NetworkRequestDialogActivity"

parents c1a638d6 1e2e6140
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2595,7 +2595,7 @@
            android:exported="true"
            android:permission="android.permission.NETWORK_SETTINGS">
            <intent-filter>
                <action android:name="com.android.settings.wifi.NETWORK_REQUEST" />
                <action android:name="com.android.settings.wifi.action.NETWORK_REQUEST" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>