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

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

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

* commit 'ae6a4485':
  add columns of Carrier about MVNO
parents b21b57c0 ae6a4485
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";
    }

    /**