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

Commit c60e2c6e authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Android Git Automerger
Browse files

am fbd959c2: am ae6a4485: Merge "add columns of Carrier about MVNO"

* commit 'fbd959c2':
  add columns of Carrier about MVNO
parents 620c8855 fbd959c2
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -1816,6 +1816,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";
    }

    /**