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

Commit f94d123e authored by sqian's avatar sqian
Browse files

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

Bug: 64131637
Test: compilation
Change-Id: Iab0fa44e4f9b8728edac4bc4a390c3a058d439c5
parent b4742bb2
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;
};