diff options
| author | Treehugger Robot <treehugger-gerrit@google.com> | 2018-08-03 10:31:21 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-08-03 10:31:21 +0000 |
| commit | b40b37910d76a0ce9670c95da75d9a8d9f26db06 (patch) | |
| tree | 7c51645072bc4adbcaae07b91073caa22ef751ff /core/java/android/bluetooth/BluetoothMapClient.java | |
| parent | d609a403426118498ea17ec4ca3bc4ab9d4d057b (diff) | |
| parent | 4dc66d3c582f05e72ea3b157883420f1ee07608c (diff) | |
Merge "Add @UnsupportedAppUsage annotations"
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 af3b662d6a49..bff67f2980c5 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); |
