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

Commit 0f6f48d0 authored by Nazanin Bakhshi's avatar Nazanin Bakhshi Committed by android-build-merger
Browse files

Merge "Store subscriber ID / IMSI into telephony database" into qt-dev

am: 75de2d54

Change-Id: I2b081aa490f664a9aa09f5ab7874f32e83d7455e
parents 3f99e869 75de2d54
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -774,6 +774,14 @@ public class SubscriptionManager {
    @SystemApi
    public static final int PROFILE_CLASS_DEFAULT = PROFILE_CLASS_UNSET;

    /**
     * TelephonyProvider column name 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>