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

Commit d7ab5225 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add a carrier attribute (iccid prefix) for carrier id proto"

parents 315fc070 f94d123e
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;
};