aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Voddu <arunvoddu@google.com>2023-12-14 04:12:12 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2023-12-14 04:12:12 +0000
commitf13db53b682b0ea824ecc6d1b8cd835231801a76 (patch)
tree076be08bb30bb53acc3c43c35e65adcd52fda7ff
parent0d8580cb0d8f856490dd3eb89c12da29b586c826 (diff)
parent3f289473f91c18308c82c9b84d100e876a0ae211 (diff)
downloadtelephony-f13db53b682b0ea824ecc6d1b8cd835231801a76.tar.gz
Merge "Changing the visibility of getCarrierRestrictionStatus API to public with flagged annotation" into main
-rw-r--r--flags/uicc.aconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/flags/uicc.aconfig b/flags/uicc.aconfig
index 3ef2301650..b2024b006e 100644
--- a/flags/uicc.aconfig
+++ b/flags/uicc.aconfig
@@ -11,4 +11,10 @@ flag {
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