diff options
| author | Mathew Inwood <mathewi@google.com> | 2018-08-06 03:59:41 -0700 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2018-08-06 03:59:41 -0700 |
| commit | 4a8c67bbe8569bdda41d4aa6143749f650549dc0 (patch) | |
| tree | a0aa94f83b0970672db19794ba00aaf946713662 /core/java/android/bluetooth/BluetoothMap.java | |
| parent | a1c24bf8af7c069c4a93c082716ab4422fe19a11 (diff) | |
| parent | b40b37910d76a0ce9670c95da75d9a8d9f26db06 (diff) | |
Merge "Add @UnsupportedAppUsage annotations"
am: b40b37910d
Change-Id: Ic3de9e4c6d17687d4a1f64c02026e5c0711e8fd1
Diffstat (limited to 'core/java/android/bluetooth/BluetoothMap.java')
| -rw-r--r-- | core/java/android/bluetooth/BluetoothMap.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/bluetooth/BluetoothMap.java b/core/java/android/bluetooth/BluetoothMap.java index 0fa1d5d6295f..98c23c600f14 100644 --- a/core/java/android/bluetooth/BluetoothMap.java +++ b/core/java/android/bluetooth/BluetoothMap.java @@ -16,6 +16,7 @@ package android.bluetooth; +import android.annotation.UnsupportedAppUsage; import android.content.ComponentName; import android.content.Context; import android.content.Intent; @@ -233,6 +234,7 @@ public final class BluetoothMap implements BluetoothProfile { * @param device Remote Bluetooth Device * @return false on error, true otherwise */ + @UnsupportedAppUsage public boolean disconnect(BluetoothDevice device) { if (DBG) log("disconnect(" + device + ")"); final IBluetoothMap service = mService; |
