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

Commit 7a9e2f20 authored by Daisuke Miyakawa's avatar Daisuke Miyakawa
Browse files

Add Website.TYPE information.

Related internal issue number: 2131626
parent 32f76f34
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -1210,6 +1210,9 @@ public class ContactStruct {
                builder.withValueBackReference(Website.RAW_CONTACT_ID, 0);
                builder.withValue(Data.MIMETYPE, Website.CONTENT_ITEM_TYPE);
                builder.withValue(Website.URL, website);
                // There's no information about the type of URL in vCard.
                // We use TYPE_HOME for safety. 
                builder.withValue(Website.TYPE, Website.TYPE_HOME);
                operationList.add(builder.build());
            }
        }