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

Commit ec1f2eea authored by Maurice Lam's avatar Maurice Lam
Browse files

[WifiDialog] Guard with CHANGE_WIFI permission

Guard WifiDialogActivity with CHANGE_WIFI_STATE permission.

Bug: 25189534
Change-Id: I97e311f35873323c7db6a2e47f4155da6d73e9f6
parent 61eaed7b
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" />