diff options
author | 2025-02-10 12:09:35 -0800 | |
---|---|---|
committer | 2025-02-10 12:09:35 -0800 | |
commit | 914bb4854f8838ec2aab0340ca1c9d8c1eaf252e (patch) | |
tree | 4c6525683766219d88df9f100d39d1b5e04752ee /aconfig | |
parent | 5e90a052a4341270a7647d75def46e73d3d64047 (diff) | |
parent | 3900e0f4e690a507a6cc04a68dcc5c5ce05a9154 (diff) |
Merge "Shareousel: add item position to item content description." into main
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 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." |