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

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

Merge tag 'android-security-11.0.0_r50' into staging/lineage-18.1_merge-android-security-11.0.0_r50

Android security 11.0.0 release 50

* tag 'android-security-11.0.0_r50':
  BluetoothSecurity: Add BLUETOOTH_PRIVILEGED permission for pairing dialog

Change-Id: I3ede531e05c8026734a1464be0db1e00558aa3a1
parents 0f5d4232 916fc7fb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2032,6 +2032,7 @@
        </activity>

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