Defining extras for New Unread-Message Broadcast
- Defining extras for sender fields in the Broadcast intent. Bug: 33280056 Test: Manually Change-Id: Ie77bee498141c079f6f2ec811e527230c95e8831
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user