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

Commit e0b01ade authored by Jaikumar Ganesh's avatar Jaikumar Ganesh
Browse files

Enforce permissions for connection dialog intents.

Change-Id: I93bcf676f4bd11737f22f0b89cfe49c978a42c8e
parent 04cf11c9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -937,7 +937,8 @@
            </intent-filter>
        </receiver>

        <receiver android:name=".bluetooth.BluetoothPermissionRequest">
        <receiver android:name=".bluetooth.BluetoothPermissionRequest"
                  android:permission="android.permission.BLUETOOTH_ADMIN">
            <intent-filter>
                <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" />
                <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" />