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

Unverified Commit 3af9ef9f authored by Kevin F. Haggerty's avatar Kevin F. Haggerty
Browse files

Merge tag 'android-security-9.0.0_r75' into staging/lineage-16.0_merge-android-security-9.0.0_r75

Android security 9.0.0 release 75

* tag 'android-security-9.0.0_r75':
  BluetoothSecurity: Add BLUETOOTH_PRIVILEGED permission for pairing dialog

Change-Id: Id1cac49c4ef9893863127ae010db283fab38303e
parents 90c276cb 050540da
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2072,6 +2072,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="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar">