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

Commit d559580d authored by Chad Wagner's avatar Chad Wagner Committed by Danny Baumann
Browse files

Allow SIP calls to be added as a contact from call log (2/2)

Change-Id: I9a154b88e40e250c67fcced77ca0a9626619b667
parent 462a6943
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -6042,6 +6042,14 @@ public final class ContactsContract {
             * <P>Type: boolean</P>
             */
            public static final String IM_ISPRIMARY = "im_isprimary";

            /**
             * The extra field for the contact sip address.
             * <P>Type: String</P>
             *
             * @hide
             */
            public static final String SIP_ADDRESS = "sip_address";
        }
    }
}