Loading src/java/android/provider/Telephony.java +15 −0 Original line number Diff line number Diff line Loading @@ -1820,6 +1820,21 @@ public final class Telephony { * but currently only used for LTE(14) and EHRPD(13). */ public static final String BEARER = "bearer"; /** * MVNO type * spn(Service Provider Name), imsi, gid(Group Identifier Level 1) */ public static final String MVNO_TYPE = "mvno_type"; /** * MVNO data * Use the following examples. * spn: A MOBILE, BEN NL, ... * imsi: 302720x94, 2060188, ... * gid: 4E, 33, ... */ public static final String MVNO_MATCH_DATA = "mvno_match_data"; } /** Loading Loading
src/java/android/provider/Telephony.java +15 −0 Original line number Diff line number Diff line Loading @@ -1820,6 +1820,21 @@ public final class Telephony { * but currently only used for LTE(14) and EHRPD(13). */ public static final String BEARER = "bearer"; /** * MVNO type * spn(Service Provider Name), imsi, gid(Group Identifier Level 1) */ public static final String MVNO_TYPE = "mvno_type"; /** * MVNO data * Use the following examples. * spn: A MOBILE, BEN NL, ... * imsi: 302720x94, 2060188, ... * gid: 4E, 33, ... */ public static final String MVNO_MATCH_DATA = "mvno_match_data"; } /** Loading