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

Unverified Commit 90fb254b authored by Chen Chen's avatar Chen Chen Committed by Kevin F. Haggerty
Browse files

BluetoothSecurity: Add BLUETOOTH_PRIVILEGED permission for pairing dialog

Bug: 194300867
Test: Build

Change-Id: I5a496df50550ea7ee6986c960e28ae3e4a056b4b
(cherry picked from commit aebca7f3)
parent e9a4dff2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2029,6 +2029,7 @@
        <!-- Bluetooth stuff -->

        <activity android:name=".bluetooth.BluetoothPairingDialog"
                  android:permission="android.permission.BLUETOOTH_PRIVILEGED"
                  android:excludeFromRecents="true"
                  android:windowSoftInputMode="stateVisible|adjustResize"
                  android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar">