2-1/ Add config_suw_support_face_enroll to customize SUW face enroll flow

1. Add config_suw_support_face_enroll default is TRUE
2. Impl FaceFeatureProvider to obtain the config
3. Overlay config_suw_support_face_enroll by requirements

Test: Flash build and manual check if device go through face enroll in SUW
Bug: 262469686
Change-Id: I61aa5c818bedfb490f2172a7481f59fda7295c1a
Merged-In: I61aa5c818bedfb490f2172a7481f59fda7295c1a
This commit is contained in:
lbill
2022-12-14 03:50:11 +00:00
parent 8e57808247
commit e05697fc65
4 changed files with 23 additions and 5 deletions

View File

@@ -292,6 +292,9 @@
<!-- Whether to use the Lottie animation for the face education enrollment screen -->
<bool name="config_face_education_use_lottie">false</bool>
<!-- Whether to support enrollment during setup wizard flow -->
<bool name="config_suw_support_face_enroll">true</bool>
<!-- App intent -->
<string name="config_account_intent_uri" translatable="false"></string>