blob: a120b85b67e7b3aae0382e417f0e90cb60e3b21d [file] [log] [blame]
Grace Jia525dc1a2023-10-04 09:57:48 -07001package: "com.android.server.telecom.flags"
Oriol Prieto Gasco19b33822024-02-06 18:34:47 +00002container: "system"
Grace Jia525dc1a2023-10-04 09:57:48 -07003
Steve Statiae7a32a82024-03-14 01:49:50 +00004# OWNER=tgunn TARGET=24Q3
Grace Jia525dc1a2023-10-04 09:57:48 -07005flag {
6 name: "telecom_resolve_hidden_dependencies"
Oriol Prieto Gasco42d5ee72024-03-01 16:52:48 +00007 is_exported: true
Pranav Madapurmath4248bcd2024-02-06 18:58:15 +00008 namespace: "telecom"
Grace Jia525dc1a2023-10-04 09:57:48 -07009 description: "Mainland cleanup for hidden dependencies"
Tyler Gunn08dd74b2024-02-12 17:35:10 +000010 bug: "323414215"
Grace Jia525dc1a2023-10-04 09:57:48 -070011}
Pranav Madapurmathb1301a32024-03-07 14:09:38 -080012
13flag {
14 name: "telecom_mainline_blocked_numbers_manager"
15 namespace: "telecom"
16 description: "Fixed read only flag used for setting up BlockedNumbersManager to be retrieved via context"
17 bug: "325049252"
18 is_fixed_read_only: true
19}