diff options
Diffstat (limited to 'aconfig/FeatureFlags.aconfig')
-rw-r--r-- | aconfig/FeatureFlags.aconfig | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/aconfig/FeatureFlags.aconfig b/aconfig/FeatureFlags.aconfig index d67d7abe..04883baf 100644 --- a/aconfig/FeatureFlags.aconfig +++ b/aconfig/FeatureFlags.aconfig @@ -6,10 +6,13 @@ container: "system" # bug: "Feature_Bug_#" or "<none>" flag { - name: "example_new_sharing_method" + name: "fix_target_list_footer" namespace: "intentresolver" - description: "Enables the example new sharing mechanism." - bug: "<none>" + description: "Update app target grid footer on window insets change" + bug: "324011248" + metadata { + purpose: PURPOSE_BUGFIX + } } flag { @@ -32,3 +35,17 @@ flag { description: "Enables the new modular framework" bug: "302113519" } + +flag { + name: "bespoke_label_view" + namespace: "intentresolver" + description: "Use a custom view to draw target labels" + bug: "302188527" +} + +flag { + name: "enable_private_profile" + namespace: "intentresolver" + description: "Enable private profile support" + bug: "311348033" +} |