blob: 265d2589c9cdd9cbd0c9d6206a5c2808933a7d05 [file] [log] [blame]
Nathan Harold54b97fb2024-09-06 17:50:52 -07001package: "com.android.internal.telephony.flags"
2container: "system"
3
4# OWNER=nharold TARGET=24Q4
5flag {
6 name: "async_init_carrier_privileges_tracker"
7 is_exported: true
8 namespace: "telephony"
9 description: "Offload the heavyweight initialization of CarrierPrivilegesTracker to a worker thread"
10 bug:"357096337"
11}
Jesse Melhuish6f0e8762024-10-01 17:34:53 +000012
13# OWNER=melhuishj TARGET=25Q1
14flag {
15 name: "cleanup_carrier_app_update_enabled_state_logic"
16 is_exported: true
17 namespace: "telephony"
18 description: "Improve readability of update state logic"
19 bug:"232141900"
20 metadata {
21 purpose: PURPOSE_BUGFIX
22 }
23}