Merge "BluetoothSecurity: Add BLUETOOTH_PRIVILEGED permission for pairing dialog" into rvc-dev

This commit is contained in:
TreeHugger Robot
2021-10-06 20:40:57 +00:00
committed by Android (Google) Code Review

View File

@@ -2014,6 +2014,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"