Merge "PBAP: Do not set phonebook access to ACCESS_REJECTED automatically"

This commit is contained in:
Treehugger Robot
2022-05-16 07:40:23 +00:00
committed by Gerrit Code Review

View File

@@ -998,7 +998,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);
} }
} }
} }