Merge "BluetoothSecurity: Add BLUETOOTH_PRIVILEGED permission for pairing dialog" into rvc-dev
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 2f53cc1..a9f0a3d 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -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"