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

Commit 332de92b authored by Sal Savage's avatar Sal Savage Committed by android-build-merger
Browse files

Merge "Add timestamp and read status extra constants to MAP Client" into qt-dev am: c28d4714f2

am: d1032a2505

Change-Id: I45e73de36ac8d3360c5fb55abdd09c0f71714f19
parents 7362a6c3 8b55c83b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -53,6 +53,10 @@ public final class BluetoothMapClient implements BluetoothProfile {
     * NOTE: HANDLE is only valid for a single session with the device. */
    public static final String EXTRA_MESSAGE_HANDLE =
            "android.bluetooth.mapmce.profile.extra.MESSAGE_HANDLE";
    public static final String EXTRA_MESSAGE_TIMESTAMP =
            "android.bluetooth.mapmce.profile.extra.MESSAGE_TIMESTAMP";
    public static final String EXTRA_MESSAGE_READ_STATUS =
            "android.bluetooth.mapmce.profile.extra.MESSAGE_READ_STATUS";
    public static final String EXTRA_SENDER_CONTACT_URI =
            "android.bluetooth.mapmce.profile.extra.SENDER_CONTACT_URI";
    public static final String EXTRA_SENDER_CONTACT_NAME =