summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2022-01-21 19:51:57 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2022-01-21 19:51:57 +0000
commit01e097797506a172f9b49fd557cf00ab8a85e49e (patch)
tree52ae1f2aed84eb4027ee5f7cc06c61540c447a77
parent93f84575c3511ee00347eaff5cb1216b46f202ac (diff)
parent3963ec484d0e68bdf87034c2d91e31f7fe3afd9e (diff)
Merge "Update the system-current file for getAudioLocation API"
-rw-r--r--core/api/system-current.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/api/system-current.txt b/core/api/system-current.txt
index 41015ea4a340..04db76b0a0db 100644
--- a/core/api/system-current.txt
+++ b/core/api/system-current.txt
@@ -2085,6 +2085,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();