From ca930d166ec2b3d20a8abc03aaabb7874a6c7745 Mon Sep 17 00:00:00 2001 From: David Brazdil Date: Wed, 9 May 2018 10:10:18 +0100 Subject: [PATCH] Fix signature of recently changed methods BluetoothHeadset methods startScoUsingVirtualVoiceCall and stopScoUsingVirtualVoiceCall recently changed their signature. Fix this in the hiddenapi-light-greylist.txt to unblock the build. Test: make out/target/common/obj/PACKAGING/hiddenapi-blacklist.txt Merged-In: Id50db88f4ff36069b0f392c81dd9d90c24cd2206 Change-Id: I295886b0cd35936d0b8c1a8e4a9b9c5054dda001 --- config/hiddenapi-light-greylist.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/hiddenapi-light-greylist.txt b/config/hiddenapi-light-greylist.txt index 82672f03137e8..47034d2131a7b 100644 --- a/config/hiddenapi-light-greylist.txt +++ b/config/hiddenapi-light-greylist.txt @@ -559,8 +559,8 @@ Landroid/bluetooth/BluetoothHeadset;->connectAudio()Z Landroid/bluetooth/BluetoothHeadset;->disconnectAudio()Z Landroid/bluetooth/BluetoothHeadset;->getActiveDevice()Landroid/bluetooth/BluetoothDevice; 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