summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-08-02 16:15:37 -0700
committerSunny Goyal <sunnygoyal@google.com>2016-08-02 16:16:16 -0700
commita659bfe3d2fd28a06fb04c3ca08238ec3f94f6e2 (patch)
tree5fbf72dc54797a34437c3f007ad3e78f3b915252 /res/values
parent4b76455543a016a33689b4eb67fe23338fbac4da (diff)
downloadandroid_packages_apps_Trebuchet-a659bfe3d2fd28a06fb04c3ca08238ec3f94f6e2.tar.gz
android_packages_apps_Trebuchet-a659bfe3d2fd28a06fb04c3ca08238ec3f94f6e2.tar.bz2
android_packages_apps_Trebuchet-a659bfe3d2fd28a06fb04c3ca08238ec3f94f6e2.zip
Updating content description for the shortcuts menu and announcing
it when the container is opened Bug: 30587453 Change-Id: I6f2d3ba05593f3e2a1a8f05c66a0f80e76932c38
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 2bc0cae0e..d11d5a56d 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -254,4 +254,7 @@
<!-- Accessibility action to show quick actions menu for an icon. [CHAR_LIMIT=30] -->
<string name="action_deep_shortcut">Shortcuts</string>
+ <!-- Accessibility description for the shortcuts menu shown for an app. -->
+ <string name="shortcuts_menu_description"><xliff:g id="number_of_shortcuts" example="3">%1$d</xliff:g> shortcuts for <xliff:g id="app_name" example="Messenger">%2$s</xliff:g></string>
+
</resources>