1package: "com.android.settings.flags"
2container: "system"
3
4flag {
5    name: "show_factory_reset_cancel_button"
6    namespace: "android_settings"
7    description: "This flag controls whether to show a Cancel button when factory reset"
8    bug: "300634367"
9}
10
11flag {
12    name: "mainline_module_explicit_intent"
13    namespace: "android_settings"
14    description: "Enabling will provide an explicit package name for Intent to update mainline modules"
15    bug: "278987474"
16}
17
18flag {
19    name: "app_archiving"
20    namespace: "android_settings"
21    description: "Feature flag to enable the archiving feature."
22    bug: "323164382"
23}
24
25flag {
26    name: "homepage_revamp"
27    namespace: "android_settings"
28    description: "Feature flag to enable new settings homepage UX."
29    bug: "321612737"
30}
31
32flag {
33    name: "dynamic_injection_category"
34    namespace: "android_settings"
35    description: "Feature flag to enable injection into PreferenceCategory."
36    bug: "333547416"
37}
38
39flag {
40    name: "slices_retirement"
41    namespace: "android_settings"
42    description: "Feature flag to remove relevant slices dependencies."
43    bug: "297367302"
44}
45
46flag {
47    name: "support_raw_dynamic_icons"
48    namespace: "android_settings"
49    description: "Flag to gate support of injected preference icons containing raw data"
50    bug: "351884562"
51}
52
53flag {
54    name: "updated_suggestion_card_aosp"
55    namespace: "android_settings"
56    description: "Use updated suggestion card(s) in AOSP Settings"
57    bug: "323258154"
58}
59
60flag {
61  name: "catalyst"
62  namespace: "android_settings"
63  description: "Flag for all screens"
64  bug: "323791114"
65}
66
67flag {
68  name: "catalyst_service"
69  namespace: "android_settings"
70  description: "Flag for catalyst service"
71  bug: "323791114"
72}
73