Change the visibility of setCarrierRestrictionStatus API in carrierRestrictionRules
The change is to facilitate the OobConfig application to pass the lock information to the modem.
Bug: 342411308
Test: Built successfully
Change-Id: I2e2684a4c48fbce003e27b874ace6f6f5c44a5e4
diff --git a/flags/uicc.aconfig b/flags/uicc.aconfig
index 2d7b643..2679cfe 100644
--- a/flags/uicc.aconfig
+++ b/flags/uicc.aconfig
@@ -17,7 +17,7 @@
bug:"303780982"
}
-# OWNER=arunvoddu TARGET=24Q3
+# OWNER=arunvoddu TARGET=24Q4
flag {
name: "carrier_restriction_status"
is_exported: true
@@ -50,3 +50,11 @@
description: "This flag cleans up the OpenLogicalChannelRecord once SIM is removed"
bug:"335046531"
}
+
+# OWNER=arunvoddu TARGET=24Q4
+flag {
+ name: "set_carrier_restriction_status"
+ namespace: "telephony"
+ description: "This flag controls the visibility of the setCarrierRestrictionStatus API in carrierRestrictionRules class."
+ bug:"342411308"
+}