Merge "Consolidate face enroll intro/consent screens" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
5ed928f626
@@ -269,11 +269,6 @@
|
||||
<!-- ComponentName to launch a vendor-specific enrollment activity if available -->
|
||||
<string name="config_face_enroll" translatable="false"></string>
|
||||
|
||||
<!-- Fully qualified name of the introductory activity for face enrollment. -->
|
||||
<string name="config_face_enroll_introduction" translatable="false">
|
||||
com.android.settings.biometrics.face.FaceEnrollIntroduction
|
||||
</string>
|
||||
|
||||
<!-- App intent -->
|
||||
<string name="config_account_intent_uri" translatable="false"></string>
|
||||
|
||||
|
||||
@@ -777,7 +777,7 @@
|
||||
<!-- Button text to cancel enrollment [CHAR LIMIT=30] -->
|
||||
<string name="security_settings_face_enroll_introduction_no_thanks">No thanks</string>
|
||||
<!-- 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">I 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] -->
|
||||
@@ -790,14 +790,22 @@
|
||||
<string name="security_settings_face_enroll_introduction_message_unlock_disabled">Use your face to unlock your phone or approve purchases.\n\nNote: You can\u2019t use your face to unlock this device. For more information, contact your organization\u2019s admin.</string>
|
||||
<!-- Introduction detail message shown in face enrollment screen in setup wizard. [CHAR LIMIT=NONE] -->
|
||||
<string name="security_settings_face_enroll_introduction_message_setup">Use your face to unlock your phone, authorize purchases, or sign in to apps</string>
|
||||
<!-- Introduction message shown in face enrollment that provides extra detail. [CHAR LIMIT=NONE] -->
|
||||
<string name="security_settings_face_enroll_introduction_footer_part_0"></string>
|
||||
<!-- Introduction message shown in face enrollment that provides extra detail. [CHAR LIMIT=NONE] -->
|
||||
<string name="security_settings_face_enroll_introduction_footer_part_1"></string>
|
||||
<!-- Introduction message shown in face enrollment that provides extra detail. [CHAR LIMIT=NONE] -->
|
||||
<string name="security_settings_face_enroll_introduction_footer_part_2"></string>
|
||||
<!-- Introduction message shown in face enrollment that provides extra detail. [CHAR LIMIT=NONE] -->
|
||||
<string name="security_settings_face_enroll_introduction_footer_part_3"></string>
|
||||
<!-- Title of a section on the face enrollment introduction page that provides additional information. [CHAR LIMIT=40] -->
|
||||
<string name="security_settings_face_enroll_introduction_info_title"></string>
|
||||
<!-- Message on the face enrollment introduction page that provides information about glasses. [CHAR LIMIT=NONE] -->
|
||||
<string name="security_settings_face_enroll_introduction_info_glasses"></string>
|
||||
<!-- Message on the face enrollment introduction page that provides information about what could cause the phone to unlock. [CHAR LIMIT=NONE] -->
|
||||
<string name="security_settings_face_enroll_introduction_info_looking"></string>
|
||||
<!-- Message on the face enrollment introduction page that provides information about the security of face unlock. [CHAR LIMIT=NONE] -->
|
||||
<string name="security_settings_face_enroll_introduction_info_security"></string>
|
||||
<!-- Title of a section on the face enrollment introduction page that explains how face unlock works. [CHAR LIMIT=40] -->
|
||||
<string name="security_settings_face_enroll_introduction_how_title"></string>
|
||||
<!-- Message on the face enrollment introduction page that explains how face unlock works. [CHAR LIMIT=NONE] -->
|
||||
<string name="security_settings_face_enroll_introduction_how_message"></string>
|
||||
<!-- Title of a section on the face enrollment introduction page that explains privacy controls for face unlock. [CHAR LIMIT=NONE] -->
|
||||
<string name="security_settings_face_enroll_introduction_control_title"></string>
|
||||
<!-- Message on the face enrollment introduction page that explains privacy controls for face unlock [CHAR LIMIT=NONE] -->
|
||||
<string name="security_settings_face_enroll_introduction_control_message"></string>
|
||||
<!-- Title shown in face enrollment dialog [CHAR LIMIT=40] -->
|
||||
<string name="security_settings_face_enroll_repeat_title">Center your face in the circle</string>
|
||||
<!-- Button text to skip enrollment of face [CHAR LIMIT=40] -->
|
||||
|
||||
Reference in New Issue
Block a user