diff options
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 c23b51ae..e2b2f57b 100644 --- a/aconfig/FeatureFlags.aconfig +++ b/aconfig/FeatureFlags.aconfig @@ -117,6 +117,16 @@ flag { } flag { + name: "rebuild_adapters_on_target_pinning" + namespace: "intentresolver" + description: "Rebuild and swap adapters when a target gets (un)pinned to avoid flickering." + bug: "230703572" + metadata { + purpose: PURPOSE_BUGFIX + } +} + +flag { name: "target_hover_and_keyboard_focus_states" namespace: "intentresolver" description: "Adopt Launcher pointer hover and keyboard novigation focus effects for targets." |