Merge "Store subscriber ID / IMSI into telephony database" into qt-dev
am: 408704dfea
Change-Id: If85b86ff85ceef52a4d76141696c95405f0e1868
This commit is contained in:
@@ -790,6 +790,14 @@ public class SubscriptionManager {
|
||||
@SystemApi
|
||||
public static final int PROFILE_CLASS_DEFAULT = PROFILE_CLASS_UNSET;
|
||||
|
||||
/**
|
||||
* IMSI (International Mobile Subscriber Identity).
|
||||
* <P>Type: TEXT </P>
|
||||
* @hide
|
||||
*/
|
||||
//TODO: add @SystemApi
|
||||
public static final String IMSI = "imsi";
|
||||
|
||||
/**
|
||||
* Broadcast Action: The user has changed one of the default subs related to
|
||||
* data, phone calls, or sms</p>
|
||||
|
||||
Reference in New Issue
Block a user