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

Commit 57a0f6ea authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Bluetooth: Map: Add TEL field in v card version 2.1 for getMessage"

parents d1d46061 97614583
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2079,7 +2079,7 @@ public class BluetoothMapContent {
    private void setVCardFromEmailAddress(BluetoothMapbMessage message, String emailAddr, boolean incoming) {
        if(D) Log.d(TAG, "setVCardFromEmailAddress, emailAdress is " +emailAddr);
        String contactId = null, contactName = null;
        String[] phoneNumbers = null;
        String[] phoneNumbers = {""};
        String[] emailAddresses = new String[1];
        StringTokenizer emailId;
        Cursor p;