Merge "Change intent filter string of NetworkRequestDialogActivity"

This commit is contained in:
Cosmo Hsieh
2019-01-14 22:55:20 +00:00
committed by Android (Google) Code Review

View File

@@ -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>