Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ec69786 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update the system-current file for getAudioLocation API" am: 01e09779...

Merge "Update the system-current file for getAudioLocation API" am: 01e09779 am: c85b7e15 am: 482ad83d

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1936444

Change-Id: I7bd0282cf02cf70bef23d71aa3cb7d5eba654843
parents c08386e9 482ad83d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2091,6 +2091,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();