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

Commit d135468a authored by Chen Xu's avatar Chen Xu Committed by Android (Google) Code Review
Browse files

Merge "Add CarrierId column in TelephonyProvider"

parents 80665469 beb6cb3b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -37605,6 +37605,7 @@ package android.provider {
    field public static final java.lang.String AUTH_TYPE = "authtype";
    field public static final deprecated java.lang.String BEARER = "bearer";
    field public static final java.lang.String CARRIER_ENABLED = "carrier_enabled";
    field public static final java.lang.String CARRIER_ID = "carrier_id";
    field public static final android.net.Uri CONTENT_URI;
    field public static final java.lang.String CURRENT = "current";
    field public static final java.lang.String DEFAULT_SORT_ORDER = "name ASC";
+7 −0
Original line number Diff line number Diff line
@@ -3086,6 +3086,13 @@ public final class Telephony {
        @SystemApi
        public static final int NO_SET_SET = 0;

        /**
         * A unique carrier id associated with this APN
         * {@see TelephonyManager#getSimCarrierId()}
         * <p>Type: STRING</p>
         */
        public static final String CARRIER_ID = "carrier_id";

    }

    /**