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

Commit c8383ad5 authored by Maurice Lam's avatar Maurice Lam Committed by Android (Google) Code Review
Browse files

Merge "[WifiDialog] Guard with CHANGE_WIFI permission"

parents 3472f759 ec1f2eea
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2495,7 +2495,8 @@
        <activity android:name=".wifi.WifiDialogActivity"
            android:theme="@style/Transparent"
            android:excludeFromRecents="true"
            android:exported="true">
            android:exported="true"
            android:permission="android.permission.CHANGE_WIFI_STATE">
            <intent-filter>
                <action android:name="com.android.settings.WIFI_DIALOG" />
                <category android:name="android.intent.category.DEFAULT" />