Add NAME_SOURCE_CARRIER for subscription display name.

Test: manual
Bug: 131803649
Change-Id: Ieb7d691fb88866162b287f87d5a2b2d94adac7c3
This commit is contained in:
Amit Mahajan
2019-05-14 10:36:15 -07:00
parent c3bfdf5267
commit 24e102e0e0

View File

@@ -395,6 +395,12 @@ public class SubscriptionManager {
@UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P, trackingBug = 115609023)
public static final int NAME_SOURCE_USER_INPUT = 2;
/**
* The name_source is carrier (carrier app, carrier config, etc.)
* @hide
*/
public static final int NAME_SOURCE_CARRIER = 3;
/**
* TelephonyProvider column name for the color of a SIM.
* <P>Type: INTEGER (int)</P>