Merge "Update javadoc for CARRIER_ID to be used to match carrier info" into udc-dev am: b6af8a7849 am: b4686613ff

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21546596

Change-Id: Ica95812411ec52d2aa539f9d5db0484dead69513
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Hui Wang
2023-03-09 20:01:57 +00:00
committed by Automerger Merge Worker

View File

@@ -3396,8 +3396,10 @@ public final class Telephony {
public static final int MATCH_ALL_APN_SET_ID = -1;
/**
* A unique carrier id associated with this APN
* {@see TelephonyManager#getSimCarrierId()}
* A unique carrier id associated with this APN {@link 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>
*/
public static final String CARRIER_ID = "carrier_id";