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

Commit d96d13c4 authored by Chen Chen's avatar Chen Chen Committed by Automerger Merge Worker
Browse files

BluetoothSecurity: Add BLUETOOTH_PRIVILEGED permission for pairing dialog am: aebca7f3

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15994984

Change-Id: Icee7ffd9cd3218bb4cd9fcb8fd1c37fc34274507
parents 3678155f aebca7f3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1980,6 +1980,7 @@
                  android:label="@string/select_webview_provider_dialog_title" />

        <activity android:name=".bluetooth.BluetoothPairingDialog"
                  android:permission="android.permission.BLUETOOTH_PRIVILEGED"
                  android:excludeFromRecents="true"
                  android:windowSoftInputMode="stateVisible|adjustResize"
                  android:theme="@style/Theme.AlertDialog"