Merge "Add user handle in SimInfo database."
This commit is contained in:
@@ -4815,5 +4815,12 @@ public final class Telephony {
|
|||||||
* @hide
|
* @hide
|
||||||
*/
|
*/
|
||||||
public static final String COLUMN_USAGE_SETTING = "usage_setting";
|
public static final String COLUMN_USAGE_SETTING = "usage_setting";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* TelephonyProvider column name for user handle associated with this sim.
|
||||||
|
*
|
||||||
|
* @hide
|
||||||
|
*/
|
||||||
|
public static final String COLUMN_USER_HANDLE = "user_handle";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1048,6 +1048,13 @@ public class SubscriptionManager {
|
|||||||
public static final String ALLOWED_NETWORK_TYPES =
|
public static final String ALLOWED_NETWORK_TYPES =
|
||||||
SimInfo.COLUMN_ALLOWED_NETWORK_TYPES_FOR_REASONS;
|
SimInfo.COLUMN_ALLOWED_NETWORK_TYPES_FOR_REASONS;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* TelephonyProvider column name for user handle associated with a sim.
|
||||||
|
* <P>Type: INTEGER (int)</P>
|
||||||
|
* @hide
|
||||||
|
*/
|
||||||
|
public static final String USER_HANDLE = SimInfo.COLUMN_USER_HANDLE;
|
||||||
|
|
||||||
/** @hide */
|
/** @hide */
|
||||||
@Retention(RetentionPolicy.SOURCE)
|
@Retention(RetentionPolicy.SOURCE)
|
||||||
@IntDef(prefix = {"USAGE_SETTING_"},
|
@IntDef(prefix = {"USAGE_SETTING_"},
|
||||||
|
|||||||
Reference in New Issue
Block a user