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

Commit afc90011 authored by jinjeong's avatar jinjeong Committed by Jin Jeong
Browse files

New System Api: getCarrierId using carrierIdentifier

- add new flag

Bug: b/378778278
Test: atest
FLAG: com.android.internal.telephony.flags.carrier_id_from_carrier_identifier
Change-Id: I623f4cbcf0b4d02f193ab4c92b7f0b559f019069
parent 94eb3fe7
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -88,3 +88,11 @@ flag {
    description: "This flag controls the type of API that retrieves ISIM records, either hidden or system type."
    bug:"359721349"
}

# OWNER=jinjeong TARGET=25Q2
flag {
    name: "carrier_id_from_carrier_identifier"
    namespace: "telephony"
    description: "This flag controls to get a carrier id using a carrier identifier."
    bug:"378778278"
}