Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6f0e876b authored by Jesse Melhuish's avatar Jesse Melhuish
Browse files

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
parent 937f7e25
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -9,3 +9,15 @@ flag {
    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
    }
}