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 | 634326680c84134ab8093569149f942a06d98fde (patch) | |
| tree | 5a2c850a8024aa77ee329e0406e302bf206ab4a3 /core/java/android/bluetooth/BluetoothMapClient.java | |
| parent | 6a8b9f396480d555dd5470a9025666597b4d6935 (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 'core/java/android/bluetooth/BluetoothMapClient.java')
| -rw-r--r-- | core/java/android/bluetooth/BluetoothMapClient.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/java/android/bluetooth/BluetoothMapClient.java b/core/java/android/bluetooth/BluetoothMapClient.java index 042b58669a06..8a3f80164aeb 100644 --- a/core/java/android/bluetooth/BluetoothMapClient.java +++ b/core/java/android/bluetooth/BluetoothMapClient.java @@ -26,7 +26,6 @@ import android.annotation.SystemApi; import android.app.PendingIntent; import android.bluetooth.annotations.RequiresBluetoothConnectPermission; import android.compat.annotation.UnsupportedAppUsage; -import android.content.Attributable; import android.content.AttributionSource; import android.content.Context; import android.net.Uri; |
