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

Commit 7f7ba0e2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add flag for CarrierAppUtils bugfix" into main

parents 91f5a4e7 6f0e876b
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
    }
}