Add flag for CarrierAppUtils bugfix
Bug: 232141900
Test: atest CarrierAppUtilsTest
Flag: com.android.internal.telephony.flags.cleanup_carrier_app_update_enabled_state_logic
Change-Id: I3ed15d9ed0eb764562b23985d01a2fe0e6a6cd70
diff --git a/flags/carrier.aconfig b/flags/carrier.aconfig
index dca2ad3..265d258 100644
--- a/flags/carrier.aconfig
+++ b/flags/carrier.aconfig
@@ -9,3 +9,15 @@
description: "Offload the heavyweight initialization of CarrierPrivilegesTracker to a worker thread"
bug:"357096337"
}
+
+# OWNER=melhuishj TARGET=25Q1
+flag {
+ name: "cleanup_carrier_app_update_enabled_state_logic"
+ is_exported: true
+ namespace: "telephony"
+ description: "Improve readability of update state logic"
+ bug:"232141900"
+ metadata {
+ purpose: PURPOSE_BUGFIX
+ }
+}