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/BluetoothMapClient.java | |
| parent | a1c24bf8af7c069c4a93c082716ab4422fe19a11 (diff) | |
| parent | b40b37910d76a0ce9670c95da75d9a8d9f26db06 (diff) | |
Merge "Add @UnsupportedAppUsage annotations"
am: b40b37910d
Change-Id: Ic3de9e4c6d17687d4a1f64c02026e5c0711e8fd1
Diffstat (limited to 'core/java/android/bluetooth/BluetoothMapClient.java')
| -rw-r--r-- | core/java/android/bluetooth/BluetoothMapClient.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/bluetooth/BluetoothMapClient.java b/core/java/android/bluetooth/BluetoothMapClient.java index 4f21d936e562..183be5f38bd1 100644 --- a/core/java/android/bluetooth/BluetoothMapClient.java +++ b/core/java/android/bluetooth/BluetoothMapClient.java @@ -16,6 +16,7 @@ package android.bluetooth; +import android.annotation.UnsupportedAppUsage; import android.app.PendingIntent; import android.content.ComponentName; import android.content.Context; @@ -358,6 +359,7 @@ public final class BluetoothMapClient implements BluetoothProfile { * @param deliveredIntent intent issued when message is delivered * @return true if the message is enqueued, false on error */ + @UnsupportedAppUsage public boolean sendMessage(BluetoothDevice device, Uri[] contacts, String message, PendingIntent sentIntent, PendingIntent deliveredIntent) { if (DBG) Log.d(TAG, "sendMessage(" + device + ", " + contacts + ", " + message); |
