Update credential removal strings

1) Credential can no longer be removed for separate challenge profiles,
   so strings and supporting logic are also now removed
2) Updates existing strings for credential and fingerprint
3) Adds new strings for face
4) Adds new strings for face + fingerprint

Bug: 185180691
Test: manual on device

Change-Id: I2a850eb6644103e14ef2a670222e500c705a16cd
This commit is contained in:
Kevin Chyn
2021-04-29 13:28:56 -07:00
parent 1f0cd17e3e
commit a435a5a288
4 changed files with 56 additions and 53 deletions

View File

@@ -26,6 +26,6 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="start"
android:text="@string/security_settings_face_settings_remove_face_data"/>
android:text="@string/security_settings_face_settings_remove_face_model"/>
</LinearLayout>