File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
policy/src/com/android/internal/policy/impl/keyguard Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 1717*/
1818-->
1919
20- <!-- This is the screen that shows the 9 circle unlock widget and instructs
21- the user how to unlock their device, or make an emergency call. This
22- is the portrait layout. -->
20+ <!-- This is the screen that allows the user to unlock by showing their face. -->
2321<com .android.internal.policy.impl.keyguard.KeyguardFaceUnlockView
2422 xmlns : android =" http://schemas.android.com/apk/res/android"
2523 android : id =" @+id/keyguard_face_unlock_view"
Original file line number Diff line number Diff line change 3030public class KeyguardFaceUnlockView extends LinearLayout implements KeyguardSecurityView {
3131
3232 private static final String TAG = "KeyguardFaceUnlockView" ;
33- // Long enough to stay visible while dialer comes up
34- // Short enough to not be visible if the user goes back immediately
3533 private KeyguardSecurityCallback mKeyguardSecurityCallback ;
3634 private LockPatternUtils mLockPatternUtils ;
3735 private BiometricSensorUnlock mBiometricUnlock ;
You can’t perform that action at this time.
0 commit comments