Nathan Harold | 54b97fb | 2024-09-06 17:50:52 -0700 | [diff] [blame] | 1 | package: "com.android.internal.telephony.flags" |
| 2 | container: "system" |
| 3 | |
| 4 | # OWNER=nharold TARGET=24Q4 |
| 5 | flag { |
| 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 Melhuish | 6f0e876 | 2024-10-01 17:34:53 +0000 | [diff] [blame] | 12 | |
| 13 | # OWNER=melhuishj TARGET=25Q1 |
| 14 | flag { |
| 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 | } |
Jesse Melhuish | 14d440d | 2024-11-15 22:40:22 +0000 | [diff] [blame] | 24 | |
| 25 | # OWNER=melhuishj TARGET=25Q2 |
| 26 | flag { |
| 27 | name: "temporary_failures_in_carrier_messaging_service" |
| 28 | is_exported: true |
| 29 | namespace: "telephony" |
| 30 | description: "Enable temporary failures in CarrierMessagingService" |
| 31 | bug:"326610112" |
| 32 | } |