summaryrefslogtreecommitdiff
path: root/aconfig
diff options
context:
space:
mode:
author Andrey Yepin <ayepin@google.com> 2025-02-06 13:06:48 -0800
committer Andrey Yepin <ayepin@google.com> 2025-02-10 10:51:12 -0800
commit3900e0f4e690a507a6cc04a68dcc5c5ce05a9154 (patch)
treed4ff6252f32d5d31154238efd885c8431081bb83 /aconfig
parent54ce663cd91e966453056a063d13b690fc9d98c8 (diff)
Shareousel: add item position to item content description.
Add known item cursor position to the item content description annotation when showing more than one item. This works well when the data provided by the app is consistent (the expected majority of the cases). The position annotation will be ommited in cases when we show the initially shared items before the cursor is loaded and for the initially shared items that were missing in the cursor. Fix: 379032721 Test: manual testing Flag: com.android.intentresolver.announce_shareousel_item_list_position Change-Id: Ie669db3897961d2cf09a30ef229e10badb501566
Diffstat (limited to 'aconfig')
-rw-r--r--aconfig/FeatureFlags.aconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/aconfig/FeatureFlags.aconfig b/aconfig/FeatureFlags.aconfig
index 788a22e2..d49864e5 100644
--- a/aconfig/FeatureFlags.aconfig
+++ b/aconfig/FeatureFlags.aconfig
@@ -6,6 +6,16 @@ container: "system"
# bug: "Feature_Bug_#" or "<none>"
flag {
+ name: "announce_shareousel_item_list_position"
+ namespace: "intentresolver"
+ description: "Add item list position to item content description."
+ bug: "379032721"
+ metadata {
+ purpose: PURPOSE_BUGFIX
+ }
+}
+
+flag {
name: "announce_shortcuts_and_suggested_apps"
namespace: "intentresolver"
description: "Enable talkback announcement for the app shortcuts and the suggested apps target groups."