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

Commit 7162166a authored by Hyunho's avatar Hyunho Committed by Automerger Merge Worker
Browse files

add use_tel_uri_for_pidf_xml field for ATT-UCE 430 am: d91518e4

parents 68e4eaaf d91518e4
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -4979,6 +4979,20 @@ 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.
         * If the TEL URI does not exist, the first URI provided in p-associated-uri header is
         * converted into a TEL URI.
         * If {@code false}, if false, the first URI provided in the p-associated-uri header
         * is used.
         * @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.