From e6a9f21e66371f6234f916345233a8f65871e80e Mon Sep 17 00:00:00 2001 From: Andrey Yepin Date: Wed, 19 Feb 2025 14:43:13 -0800 Subject: Update the text preview UI copy button content description Update the text preview UI copy button content description from "copy" to either "Copy text" or "Copy link" depending whether the shared text is a link. Fix: 395683735 Test: atest IntentResolver-tests-unit Test: manual testing: share a text and a link and check TalkBack announcement for the button. Flag: EXEMPT bug fix Change-Id: I668c2fd7e7f0a025c75e43a8a49541ebf3a94730 --- java/res/values/strings.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'java/res') diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index 52b27304..c9ee9d80 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -353,4 +353,11 @@ App list + + + Copy text + + Copy link -- cgit v1.2.3-59-g8ed1b