diff options
| author | Srinivas Visvanathan <sriniv@google.com> | 2017-03-03 09:57:18 -0800 |
|---|---|---|
| committer | Srinivas Visvanathan <sriniv@google.com> | 2017-03-03 09:57:18 -0800 |
| commit | ad90338d2b26044a2606897e4444a99ac3e49ece (patch) | |
| tree | 92ba10b1323dd306f9401c8765ea16993d67a4f9 /core/java/android/bluetooth/BluetoothMapClient.java | |
| parent | 195bbc6d5e4e01000eed1ab80a0b7c146c1062ac (diff) | |
Defining extras for New Unread-Message Broadcast
- Defining extras for sender fields in the Broadcast intent.
Bug: 33280056
Test: Manually
Change-Id: Ie77bee498141c079f6f2ec811e527230c95e8831
Diffstat (limited to 'core/java/android/bluetooth/BluetoothMapClient.java')
| -rw-r--r-- | core/java/android/bluetooth/BluetoothMapClient.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/java/android/bluetooth/BluetoothMapClient.java b/core/java/android/bluetooth/BluetoothMapClient.java index 425248224e1e..7d8459cb48cf 100644 --- a/core/java/android/bluetooth/BluetoothMapClient.java +++ b/core/java/android/bluetooth/BluetoothMapClient.java @@ -50,6 +50,12 @@ public final class BluetoothMapClient implements BluetoothProfile { public static final String ACTION_MESSAGE_DELIVERED_SUCCESSFULLY = "android.bluetooth.mapmce.profile.action.MESSAGE_DELIVERED_SUCCESSFULLY"; + /* Extras used in ACTION_MESSAGE_RECEIVED intent */ + public static final String EXTRA_SENDER_CONTACT_URI = + "android.bluetooth.mapmce.profile.extra.SENDER_CONTACT_URI"; + public static final String EXTRA_SENDER_CONTACT_NAME = + "android.bluetooth.mapmce.profile.extra.SENDER_CONTACT_NAME"; + private IBluetoothMapClient mService; private final Context mContext; private ServiceListener mServiceListener; |
