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

Commit 391556b0 authored by Jack Yu's avatar Jack Yu Committed by Gerrit Code Review
Browse files

Merge "Support preferred data profile correctly"

parents 2349f6f6 1893b078
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -3589,7 +3589,7 @@ public final class Telephony {
         * @hide
         */
        public static final Uri PREFERRED_APN_URI = Uri.parse(
                "content://telephony/carriers/preferapn/subId/");
                "content://telephony/carriers/preferapn/subId");

        /**
         * The {@code content://} style URL for the perferred APN set id.
@@ -3597,8 +3597,15 @@ public final class Telephony {
         * @hide
         */
        public static final Uri PREFERRED_APN_SET_URI = Uri.parse(
                "content://telephony/carriers/preferapnset/subId/");
                "content://telephony/carriers/preferapnset/subId");

        /**
         * The id of preferred APN.
         *
         * @see #PREFERRED_APN_URI
         * @hide
         */
        public static final String APN_ID = "apn_id";

        /**
         * The column name for ENFORCE_MANAGED_URI, indicates whether DPC-owned APNs are enforced.