From 8790829eabd0279002c14e95444ab444307733de Mon Sep 17 00:00:00 2001 From: Jack He Date: Tue, 8 May 2018 19:35:31 -0700 Subject: [PATCH] Bluetooth: Update grey list to match hidden API change * startScoUsingVirtualVoiceCall() and stopScoUsingVirtualVoiceCall() no longer takes arguments Bug: 76114959 Test: build only, no functional change Change-Id: I16e5345bbfaa5d42490122a4330673e1152f687f --- config/hiddenapi-p-light-greylist.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/hiddenapi-p-light-greylist.txt b/config/hiddenapi-p-light-greylist.txt index f2ec6ebadbdcb..2048e5d9a0e5c 100644 --- a/config/hiddenapi-p-light-greylist.txt +++ b/config/hiddenapi-p-light-greylist.txt @@ -875,8 +875,8 @@ Landroid/bluetooth/BluetoothHeadset;->disconnectAudio()Z Landroid/bluetooth/BluetoothHeadset;->getActiveDevice()Landroid/bluetooth/BluetoothDevice; Landroid/bluetooth/BluetoothHeadset;->phoneStateChanged(IIILjava/lang/String;I)V Landroid/bluetooth/BluetoothHeadset;->setActiveDevice(Landroid/bluetooth/BluetoothDevice;)Z -Landroid/bluetooth/BluetoothHeadset;->startScoUsingVirtualVoiceCall(Landroid/bluetooth/BluetoothDevice;)Z -Landroid/bluetooth/BluetoothHeadset;->stopScoUsingVirtualVoiceCall(Landroid/bluetooth/BluetoothDevice;)Z +Landroid/bluetooth/BluetoothHeadset;->startScoUsingVirtualVoiceCall()Z +Landroid/bluetooth/BluetoothHeadset;->stopScoUsingVirtualVoiceCall()Z Landroid/bluetooth/BluetoothHearingAid;->ACTION_ACTIVE_DEVICE_CHANGED:Ljava/lang/String; Landroid/bluetooth/BluetoothHearingAid;->getActiveDevices()Ljava/util/List; Landroid/bluetooth/BluetoothHearingAid;->setActiveDevice(Landroid/bluetooth/BluetoothDevice;)Z