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
diff --git a/flags/uicc.aconfig b/flags/uicc.aconfig
index abe4296..f9b208b 100644
--- a/flags/uicc.aconfig
+++ b/flags/uicc.aconfig
@@ -88,3 +88,11 @@
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"
+}