Add a config for the face enroll introduction activity

Test: manual

Bug: 185426108
Change-Id: I42e1f8dd5a20e8066fbd1374283acc1228427d45
This commit is contained in:
Curtis Belmonte
2021-04-14 17:39:02 -07:00
parent 7f0888a6a0
commit 91f88d6186
3 changed files with 12 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ public class FaceStatusPreferenceController extends BiometricStatusPreferenceCon
@Override
protected String getEnrollClassName() {
return FaceEnrollIntroduction.class.getName();
return mContext.getResources().getString(R.string.config_face_enroll_introduction);
}
}