BluetoothSecurity: Add BLUETOOTH_PRIVILEGED permission for pairing dialog

Bug: 194300867
Test: Build

Change-Id: I5a496df50550ea7ee6986c960e28ae3e4a056b4b
This commit is contained in:
Chen Chen
2021-10-05 17:46:02 -07:00
parent fb7d6f3918
commit ee0f42ec6c

View File

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