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

Commit d3d6a1f0 authored by Shuo Qian's avatar Shuo Qian Committed by android-build-merger
Browse files

Merge "Add a carrier attribute (iccid prefix) for carrier id proto" am: 24c222e6

am: a74f28be

Change-Id: Icfe7b6174c215b144a8e69531026626f7fca0204
parents 43016451 a74f28be
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -73,5 +73,9 @@ message CarrierAttribute {
  // "content://telephony/carriers/preferapn" on device.
  // Sample values: fast.t-mobile.com, internet
  repeated string preferred_apn = 7;

  // [Optional] Prefix of Integrated Circuit Card Identifier. Read from subscription EF_ICCID.
  // Sample values: 894430, 894410
  repeated string iccid_prefix = 8;
};