• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
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
74flag {
75  name: "utils_return_user_handle_for_current_user_id"
76  namespace: "profile_experiences"
77  description: "Don't ignore the current user id when checking for existing profiles."
78  bug: "378471943"
79  metadata {
80    purpose: PURPOSE_BUGFIX
81  }
82}
83
84flag {
85  name: "extended_screenshots_exclude_nested_scrollables"
86  namespace: "systemui"
87  description: "Sets a flag on the main scrollable container to exclude any nested scrollable views as potential targets for extended screenshots."
88  bug: "399810823"
89  metadata {
90    purpose: PURPOSE_BUGFIX
91  }
92}
93