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

Unverified Commit 08233b68 authored by Kevin F. Haggerty's avatar Kevin F. Haggerty
Browse files

Merge tag 'android-security-10.0.0_r61' into staging/lineage-17.1_merge-android-security-10.0.0_r61

Android security 10.0.0 release 61

* tag 'android-security-10.0.0_r61':
  BluetoothSecurity: Add BLUETOOTH_PRIVILEGED permission for pairing dialog

Change-Id: Iacb025c156f1e14e105d45d3c54ea98fe418b9bb
parents 1d7b6d87 e61001d3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2002,6 +2002,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"