From 4259495574346aa6d80ecaf78771f0903177297a Mon Sep 17 00:00:00 2001 From: joshmccloskey Date: Fri, 27 Sep 2019 15:09:05 -0700 Subject: [PATCH] Added new string. Fixes: 141762646 Test: Verified that string translates to spanish after changing the language. Change-Id: I48e34de15460c93c8f50d26821c4d64984f20c6d --- res/values/strings.xml | 2 ++ .../settings/biometrics/face/FaceEnrollIntroduction.java | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index f1b592aadc9..25247829d12 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -914,6 +914,8 @@ No thanks Agree + + More Unlock with your face diff --git a/src/com/android/settings/biometrics/face/FaceEnrollIntroduction.java b/src/com/android/settings/biometrics/face/FaceEnrollIntroduction.java index f4433f08f4b..5f164d6e91c 100644 --- a/src/com/android/settings/biometrics/face/FaceEnrollIntroduction.java +++ b/src/com/android/settings/biometrics/face/FaceEnrollIntroduction.java @@ -81,7 +81,7 @@ public class FaceEnrollIntroduction extends BiometricEnrollIntroduction { final RequireScrollMixin requireScrollMixin = getLayout().getMixin( RequireScrollMixin.class); requireScrollMixin.requireScrollWithButton(this, agreeButton, - R.string.wifi_more, + R.string.security_settings_face_enroll_introduction_more, button -> { onNextButtonClick(button); });