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

Commit 1e2e6140 authored by cosmohsieh's avatar cosmohsieh
Browse files

Change intent filter string of NetworkRequestDialogActivity

Bug: 117399926
Test: atest NetworkRequestDialogActivityTest
Change-Id: I204b528e4b920c052fbd6626caf2f36e7d80914e
parent 0c388c5f
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>