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

Commit b8255ba2 authored by Hui Wang's avatar Hui Wang
Browse files

Update javadoc for CARRIER_ID to be used to match carrier info

Bug: 264916634
Test: make
Change-Id: Idaa31aedfe4996c45dddb0b287ac8106e3a3a0f0
parent c122093e
Loading
Loading
Loading
Loading
+4 −2
Original line number Original line Diff line number Diff line
@@ -3396,8 +3396,10 @@ public final class Telephony {
        public static final int MATCH_ALL_APN_SET_ID = -1;
        public static final int MATCH_ALL_APN_SET_ID = -1;


        /**
        /**
         * A unique carrier id associated with this APN
         * A unique carrier id associated with this APN {@link TelephonyManager#getSimCarrierId()}
         * {@see TelephonyManager#getSimCarrierId()}
         * In case of matching carrier information, this should be used by default instead of
         * those fields of {@link #MCC}, {@link #MNC}, {@link #NUMERIC}, {@link #MVNO_TYPE},
         * {@link #MVNO_MATCH_DATA}, etc.
         * <p>Type: STRING</p>
         * <p>Type: STRING</p>
         */
         */
        public static final String CARRIER_ID = "carrier_id";
        public static final String CARRIER_ID = "carrier_id";