diff options
author | 2024-02-26 18:57:11 -0800 | |
---|---|---|
committer | 2024-02-26 22:40:38 -0800 | |
commit | e2e2f319387004ee50d36a298faa00c90cb9233e (patch) | |
tree | 2a2e3819f34a720411ff3a343f6dd02284ba992c /aconfig | |
parent | c39aa643d49142dfb6294010a453fd665714c389 (diff) |
Fix app target list footer
Fix: 324011248
Test: manual testing (launching chooser while a keyboard is shown)
Flag: ACONFIG com.android.intentresolver.fix_target_list_footer
DEVELOPMENT
Change-Id: I6bbadde2535cd9a6a43563021b37658fc566d19f
Diffstat (limited to 'aconfig')
-rw-r--r-- | aconfig/FeatureFlags.aconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/aconfig/FeatureFlags.aconfig b/aconfig/FeatureFlags.aconfig index 0da543ac..04883baf 100644 --- a/aconfig/FeatureFlags.aconfig +++ b/aconfig/FeatureFlags.aconfig @@ -6,6 +6,16 @@ container: "system" # bug: "Feature_Bug_#" or "<none>" flag { + name: "fix_target_list_footer" + namespace: "intentresolver" + description: "Update app target grid footer on window insets change" + bug: "324011248" + metadata { + purpose: PURPOSE_BUGFIX + } +} + +flag { name: "scrollable_preview" namespace: "intentresolver" description: "Makes preview scrollable with multiple profiles" |