summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
author Austin Delgado <austindelgado@google.com> 2025-03-21 18:21:16 +0000
committer Austin Delgado <austindelgado@google.com> 2025-03-21 11:36:38 -0700
commit4822156c9bc49adb90a212e572b9250306501a29 (patch)
treee211ce40cc6891380a78199c9f8f5e21f1e3d1c2 /res
parent10c60497cecb3b5c5183053a2258d481b3ea0ffc (diff)
Add resume and pause animation strings
Bug: 400627671 Test: Verified manually Flag: EXEMPT bugfix Change-Id: I064768ec1784d8eebe3260119ce0201f28943e80
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index fc4d7536524..19633037859 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1358,6 +1358,10 @@
<string name="lock_screen_pattern_skip_fingerprint_title">Skip setup for pattern and fingerprint?</string>
<!-- Title of dialog shown when the user tries to skip setting up a pattern, warning them of potential consequences of not doing so [CHAR LIMIT=48]-->
<string name="lock_screen_pattern_skip_biometrics_title">Skip setup for pattern, face, and fingerprint?</string>
+ <!-- Accessibility action label for resuming animation -->
+ <string name="resume_animation">Resume animation</string>
+ <!-- Accessibility action label for pausing animation -->
+ <string name="pause_animation">Pause animation</string>
<!-- Button text to setup screen lock in onboard dialog [CHAR LIMIT=34] -->
<string name="security_settings_fingerprint_enroll_setup_screen_lock">Set up screen lock</string>