diff options
| author | 2012-09-05 18:54:18 -0700 | |
|---|---|---|
| committer | 2012-09-05 18:54:18 -0700 | |
| commit | 5830cb2882b38182f414423ae1bc901cc27767cc (patch) | |
| tree | fb6ace4df545dfbd5f503fba49fa3eecfdb211b5 | |
| parent | d2d4a6456579ea460afb6baf3a4e7cb2a27d55fb (diff) | |
Cosmetic code changes to face unlock after review.
Change-Id: I6e4face14c1585ed7123ae9c055b5ac3ccc86395
| -rw-r--r-- | core/res/res/layout/keyguard_face_unlock_view.xml | 4 | ||||
| -rw-r--r-- | policy/src/com/android/internal/policy/impl/keyguard/KeyguardFaceUnlockView.java | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/core/res/res/layout/keyguard_face_unlock_view.xml b/core/res/res/layout/keyguard_face_unlock_view.xml index a71f59d8ee26..60f0492e9e8f 100644 --- a/core/res/res/layout/keyguard_face_unlock_view.xml +++ b/core/res/res/layout/keyguard_face_unlock_view.xml @@ -17,9 +17,7 @@ */ --> -<!-- This is the screen that shows the 9 circle unlock widget and instructs - the user how to unlock their device, or make an emergency call. This - is the portrait layout. --> +<!-- This is the screen that allows the user to unlock by showing their face. --> <com.android.internal.policy.impl.keyguard.KeyguardFaceUnlockView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/keyguard_face_unlock_view" diff --git a/policy/src/com/android/internal/policy/impl/keyguard/KeyguardFaceUnlockView.java b/policy/src/com/android/internal/policy/impl/keyguard/KeyguardFaceUnlockView.java index 2d446c4ae3bf..7dffca8fc950 100644 --- a/policy/src/com/android/internal/policy/impl/keyguard/KeyguardFaceUnlockView.java +++ b/policy/src/com/android/internal/policy/impl/keyguard/KeyguardFaceUnlockView.java @@ -30,8 +30,6 @@ import com.android.internal.widget.LockPatternUtils; public class KeyguardFaceUnlockView extends LinearLayout implements KeyguardSecurityView { private static final String TAG = "KeyguardFaceUnlockView"; - // Long enough to stay visible while dialer comes up - // Short enough to not be visible if the user goes back immediately private KeyguardSecurityCallback mKeyguardSecurityCallback; private LockPatternUtils mLockPatternUtils; private BiometricSensorUnlock mBiometricUnlock; |