commit | d96d13c4f1b85f0d8022bb85ed869c4ea9311216 | [log] [tgz] |
---|---|---|
author | Chen Chen <cncn@google.com> | Wed Oct 06 21:18:45 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Oct 06 21:18:45 2021 +0000 |
tree | 6e7606334940d45ed1aaaae42793a91b5e6967a2 | |
parent | 3678155f9094209e9830276f235bc80d8713b75e [diff] | |
parent | aebca7f35bf6bf975eeeb443fa8bbeb5d477d642 [diff] |
BluetoothSecurity: Add BLUETOOTH_PRIVILEGED permission for pairing dialog am: aebca7f35b Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15994984 Change-Id: Icee7ffd9cd3218bb4cd9fcb8fd1c37fc34274507
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index ff3f650..8f21b13 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml
@@ -1980,6 +1980,7 @@ android:label="@string/select_webview_provider_dialog_title" /> <activity android:name=".bluetooth.BluetoothPairingDialog" + android:permission="android.permission.BLUETOOTH_PRIVILEGED" android:excludeFromRecents="true" android:windowSoftInputMode="stateVisible|adjustResize" android:theme="@style/Theme.AlertDialog"