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

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15994986

Change-Id: I1b73519801db7ccb9689ecc46de604607619745b
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index f7ca87c..80b525e 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"