Merge "PBAP: Do not set phonebook access to ACCESS_REJECTED automatically" into tm-dev am: 4cd19a7ece

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18349816

Change-Id: I466471b6f0a6a2a0681d4bb66ac3cccfa39e0710
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
TreeHugger Robot
2022-05-16 08:24:13 +00:00
committed by Automerger Merge Worker

View File

@@ -1018,7 +1018,6 @@ public class CachedBluetoothDevice implements Comparable<CachedBluetoothDevice>
== BluetoothClass.Device.AUDIO_VIDEO_WEARABLE_HEADSET)) { == BluetoothClass.Device.AUDIO_VIDEO_WEARABLE_HEADSET)) {
EventLog.writeEvent(0x534e4554, "138529441", -1, ""); EventLog.writeEvent(0x534e4554, "138529441", -1, "");
} }
mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_REJECTED);
} }
} }
} }