1package: "com.android.settings.flags"
2container: "system_ext"
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