From a159a238ac14129bb216ec0892ad6f12e7e31ccc Mon Sep 17 00:00:00 2001 From: Ashwini Munigala Date: Mon, 14 Sep 2015 21:10:29 +0530 Subject: MAP: Handle pushMsg Email no orginator and multiple recipients case. Always initialize Orginator emailAddress and displayName from parseEmailAccounts and corresponding email Instance create. Update remoteFeature Mask to handle MNS event reports. Add support for multiple recipient vcards in pushMessage email type. CRs-Fixed: 908437 Change-Id: I127ba555d43a0ea027910a50b847e31e80484539 --- lib/mapapi/com/android/bluetooth/mapapi/BluetoothMapEmailContract.java | 1 + 1 file changed, 1 insertion(+) mode change 100755 => 100644 lib/mapapi/com/android/bluetooth/mapapi/BluetoothMapEmailContract.java (limited to 'lib/mapapi/com') diff --git a/lib/mapapi/com/android/bluetooth/mapapi/BluetoothMapEmailContract.java b/lib/mapapi/com/android/bluetooth/mapapi/BluetoothMapEmailContract.java old mode 100755 new mode 100644 index dcfa14a11..61c49e734 --- a/lib/mapapi/com/android/bluetooth/mapapi/BluetoothMapEmailContract.java +++ b/lib/mapapi/com/android/bluetooth/mapapi/BluetoothMapEmailContract.java @@ -343,6 +343,7 @@ public final class BluetoothMapEmailContract { public static final String[] BT_EMAIL_ACCOUNT_ID_PROJECTION = new String[] { ExtEmailMessageColumns.RECORD_ID, ExtEmailMessageColumns.DISPLAY_NAME, + ExtEmailMessageColumns.EMAIL_ADDRESS, ExtEmailMessageColumns.IS_DEFAULT }; -- cgit v1.2.3