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

Commit 3559c14c authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 26549 into eclair

* changes:
  Add Website.TYPE information.
parents a1dfa7f4 7a9e2f20
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());
            }
        }