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

Commit 455e490d authored by Brad Ebinger's avatar Brad Ebinger Committed by Android (Google) Code Review
Browse files

Merge changes from topics "ATT-UCE 430", "fix-uce-430" into tm-dev

* changes:
  Clarify KEY_USE_TEL_URI_FOR_PIDF_XML_BOOL documentation
  add use_tel_uri_for_pidf_xml field for ATT-UCE 430
parents 253e417e 6c486203
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -4979,6 +4979,25 @@ public class CarrierConfigManager {
        public static final String KEY_USE_SIP_URI_FOR_PRESENCE_SUBSCRIBE_BOOL =
                KEY_PREFIX + "use_sip_uri_for_presence_subscribe_bool";

        /**
         * Flag indicating whether or not to use TEL URI when setting the entity uri field and
         * contact element of each tuple.
         *
         * When {@code true}, the device sets the entity uri field and contact element to be
         * TEL URI. This is done by first searching for the first TEL URI provided in
         * p-associated-uri header. If there are no TEL URIs in the p-associated-uri header, we will
         * convert the first SIP URI provided in the header to a TEL URI. If there are no URIs in
         * the p-associated-uri header, we will then fall back to using the SIM card to generate the
         * TEL URI.
         * If {@code false}, the first URI provided in the p-associated-uri header is used,
         * independent of the URI scheme. If there are no URIs available from p-associated-uri
         * header, we will try to generate a SIP URI or TEL URI from the information provided by the
         * SIM card, depending on the information available.
         * @hide
         */
        public static final String KEY_USE_TEL_URI_FOR_PIDF_XML_BOOL =
                KEY_PREFIX + "use_tel_uri_for_pidf_xml";

        /**
         * An integer key associated with the period of time in seconds the non-rcs capability
         * information of each contact is cached on the device.