diff options
author | 2025-01-10 11:28:37 -0800 | |
---|---|---|
committer | 2025-01-14 14:38:52 -0800 | |
commit | b4558f65a5cbd709678d1368b94c4e66167bca87 (patch) | |
tree | 466efea44d064a92b312561a398489453286cbde /aconfig | |
parent | effd3e6c1bba8d5d5ce8047b9a1e455816fcd4b3 (diff) |
Present target grid as hierarchical for a11y purposes.
Present target grid as hierarchical for a11y purposes. This makes
TalkBack to announce sub-groups of targets.
Fix: 379208685
Test: Manual test for the following cases: (i) all group present
(shortcuts, suggested, all-apps), (ii) shortcuts are missing -- the
no-target message is shown, (iii) no suggested targets.
Flag: com.android.intentresolver.announce_shortcuts_and_suggested_apps
Change-Id: If08e9bcccab9db423c5b67c759bc0854d290e880
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 d3dfbc4c..eabdabfd 100644 --- a/aconfig/FeatureFlags.aconfig +++ b/aconfig/FeatureFlags.aconfig @@ -6,6 +6,16 @@ container: "system" # bug: "Feature_Bug_#" or "<none>" flag { + name: "announce_shortcuts_and_suggested_apps" + namespace: "intentresolver" + description: "Enable talkback announcement for the app shortcuts and the suggested apps target groups." + bug: "379208685" + metadata { + purpose: PURPOSE_BUGFIX + } +} + +flag { name: "individual_metadata_title_read" namespace: "intentresolver" description: "Enables separate title URI metadata calls" |