Changing the visibility of getCarrierRestrictionStatus API to public with flagged annotation
Bug: 313553044
Test: Built Successfully and verified cts
Change-Id: I590c97795715a6d1f6d5726cf504a5ce9a5cd564
diff --git a/flags/uicc.aconfig b/flags/uicc.aconfig
index 3ef2301..b2024b0 100644
--- a/flags/uicc.aconfig
+++ b/flags/uicc.aconfig
@@ -11,4 +11,10 @@
namespace: "telephony"
description: "This flag controls to download the IMSI encryption keys after user unlocks the phone."
bug:"303780982"
+}
+flag {
+ name: "carrier_restriction_status"
+ namespace: "telephony"
+ description: "This flag control the visibility of the getCarrierRestrictionStatus in carrierRestrictionRules class."
+ bug:"313553044"
}
\ No newline at end of file