Remove/replace old fingerprint icon in SUW/Settings
Replaces instances of the old fingerprint icon shown during Setup Wizard or in Settings with either an updated version or an entirely different icon. Test: Manual Fixes: 196600265 Change-Id: If78e8f0dbdb033f557614a019d4c9dde4493b6c6
This commit is contained in:
@@ -499,13 +499,7 @@ public class ChooseLockPassword extends SettingsActivity {
|
||||
mNextButton = mixin.getPrimaryButton();
|
||||
|
||||
mMessage = view.findViewById(R.id.sud_layout_description);
|
||||
if (mForFingerprint) {
|
||||
mLayout.setIcon(getActivity().getDrawable(R.drawable.ic_fingerprint_header));
|
||||
} else if (mForFace) {
|
||||
mLayout.setIcon(getActivity().getDrawable(R.drawable.ic_face_header));
|
||||
} else if (mForBiometrics) {
|
||||
mLayout.setIcon(getActivity().getDrawable(R.drawable.ic_lock));
|
||||
}
|
||||
mLayout.setIcon(getActivity().getDrawable(R.drawable.ic_lock));
|
||||
|
||||
mIsAlphaMode = DevicePolicyManager.PASSWORD_QUALITY_ALPHABETIC == mPasswordType
|
||||
|| DevicePolicyManager.PASSWORD_QUALITY_ALPHANUMERIC == mPasswordType
|
||||
|
Reference in New Issue
Block a user