Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc4115ba authored by Srinivas Visvanathan's avatar Srinivas Visvanathan Committed by Android (Google) Code Review
Browse files

Merge "Defining extras for New Unread-Message Broadcast"

parents e8f090d7 ad90338d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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;