diff options
author | William Escande <wescande@google.com> | 2021-12-14 16:16:11 +0100 |
---|---|---|
committer | William Escande <wescande@google.com> | 2021-12-14 16:22:07 +0100 |
commit | d517127a57b499305f82ec6eea6da8e0bd485e87 (patch) | |
tree | 225b57cbd2b77982302493bc31d3012addf2186f /framework/java/android/bluetooth/BluetoothHeadsetClient.java | |
parent | 80dbb1067cda144c7933718b8f49467d6a87b247 (diff) |
Copy attributable to Bluetooth
Attributable is called by bluetooth and it's hidden.
By copying into bluetooth we are now allowed to call it
Bug: 210467788
Test: build
Tag: #refactor
Change-Id: I73ea07c9439988ab5477c82799f718c6d81513be
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothHeadsetClient.java')
-rw-r--r-- | framework/java/android/bluetooth/BluetoothHeadsetClient.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/java/android/bluetooth/BluetoothHeadsetClient.java b/framework/java/android/bluetooth/BluetoothHeadsetClient.java index a5a2470872..2ef37101e2 100644 --- a/framework/java/android/bluetooth/BluetoothHeadsetClient.java +++ b/framework/java/android/bluetooth/BluetoothHeadsetClient.java @@ -23,7 +23,6 @@ import android.annotation.SdkConstant.SdkConstantType; import android.bluetooth.annotations.RequiresBluetoothConnectPermission; import android.bluetooth.annotations.RequiresLegacyBluetoothPermission; import android.compat.annotation.UnsupportedAppUsage; -import android.content.Attributable; import android.content.AttributionSource; import android.content.Context; import android.os.Binder; |