summaryrefslogtreecommitdiff
path: root/aconfig
diff options
context:
space:
mode:
author Govinda Wasserman <gwasserman@google.com> 2025-02-07 11:54:55 -0500
committer Govinda Wasserman <gwasserman@google.com> 2025-02-13 14:43:21 -0500
commit7f4a8e2068b2f8b2c54355e966592b5e9cf214e7 (patch)
tree1482de039456004be92221395d0a824388bbea54 /aconfig
parent914bb4854f8838ec2aab0340ca1c9d8c1eaf252e (diff)
Add tap to scroll support to Shareousel
Taps on the left or right edge of the scroll region will scroll in that direction. Test: manual test using ShareTest BUG: 384656926 Flag: com.android.intentresolver.shareousel_tap_to_scroll Change-Id: Ie0ebec58303577f56be8b28b4869c0ef9df3e3b8
Diffstat (limited to 'aconfig')
-rw-r--r--aconfig/FeatureFlags.aconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/aconfig/FeatureFlags.aconfig b/aconfig/FeatureFlags.aconfig
index d49864e5..3402cc31 100644
--- a/aconfig/FeatureFlags.aconfig
+++ b/aconfig/FeatureFlags.aconfig
@@ -126,3 +126,10 @@ flag {
description: "Whether to shrink Shareousel items when they are selected."
bug: "361792274"
}
+
+flag {
+ name: "shareousel_tap_to_scroll"
+ namespace: "intentresolver"
+ description: "Whether to enable tap to scroll."
+ bug: "384656926"
+}