From 3963ec484d0e68bdf87034c2d91e31f7fe3afd9e Mon Sep 17 00:00:00 2001 From: Alice Kuo Date: Wed, 19 Jan 2022 13:09:10 +0800 Subject: [PATCH] Update the system-current file for getAudioLocation API Bug: 150670922 Bug: 197199736 Test: make build Change-Id: Ic2d48f84c2156a21b6e6647509b1f6ccfa5061fc --- core/api/system-current.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/api/system-current.txt b/core/api/system-current.txt index a8ef47e29d674..7724dfdd458b1 100644 --- a/core/api/system-current.txt +++ b/core/api/system-current.txt @@ -2082,6 +2082,10 @@ package android.bluetooth { field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.input.profile.action.CONNECTION_STATE_CHANGED"; } + public final class BluetoothLeAudio implements java.lang.AutoCloseable android.bluetooth.BluetoothProfile { + method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int getAudioLocation(@NonNull android.bluetooth.BluetoothDevice); + } + public final class BluetoothMap implements java.lang.AutoCloseable android.bluetooth.BluetoothProfile { method public void close(); method protected void finalize();