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

Commit ae6a4485 authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Gerrit Code Review
Browse files

Merge "add columns of Carrier about MVNO"

parents c13624a4 a796ca5b
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -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";
    }

    /**