Merge "Added new string." into qt-qpr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
262f5fe91f
@@ -914,6 +914,8 @@
|
|||||||
<string name="security_settings_face_enroll_introduction_no_thanks">No thanks</string>
|
<string name="security_settings_face_enroll_introduction_no_thanks">No thanks</string>
|
||||||
<!-- Button text to start enrollment [CHAR LIMIT=30] -->
|
<!-- Button text to start enrollment [CHAR LIMIT=30] -->
|
||||||
<string name="security_settings_face_enroll_introduction_agree">Agree</string>
|
<string name="security_settings_face_enroll_introduction_agree">Agree</string>
|
||||||
|
<!-- Button text to scroll to the end of a scrollview. [CHAR LIMIT=30] -->
|
||||||
|
<string name="security_settings_face_enroll_introduction_more">More</string>
|
||||||
<!-- Introduction title shown in face enrollment to introduce the face unlock feature [CHAR LIMIT=40] -->
|
<!-- Introduction title shown in face enrollment to introduce the face unlock feature [CHAR LIMIT=40] -->
|
||||||
<string name="security_settings_face_enroll_introduction_title">Unlock with your face</string>
|
<string name="security_settings_face_enroll_introduction_title">Unlock with your face</string>
|
||||||
<!-- Introduction title shown in face enrollment to introduce the face unlock feature, when face unlock is disabled by device admin [CHAR LIMIT=60] -->
|
<!-- Introduction title shown in face enrollment to introduce the face unlock feature, when face unlock is disabled by device admin [CHAR LIMIT=60] -->
|
||||||
|
@@ -81,7 +81,7 @@ public class FaceEnrollIntroduction extends BiometricEnrollIntroduction {
|
|||||||
final RequireScrollMixin requireScrollMixin = getLayout().getMixin(
|
final RequireScrollMixin requireScrollMixin = getLayout().getMixin(
|
||||||
RequireScrollMixin.class);
|
RequireScrollMixin.class);
|
||||||
requireScrollMixin.requireScrollWithButton(this, agreeButton,
|
requireScrollMixin.requireScrollWithButton(this, agreeButton,
|
||||||
R.string.wifi_more,
|
R.string.security_settings_face_enroll_introduction_more,
|
||||||
button -> {
|
button -> {
|
||||||
onNextButtonClick(button);
|
onNextButtonClick(button);
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user