Skip to content

Commit 5830cb2

Browse files
author
Jim Miller
committed
Cosmetic code changes to face unlock after review.
Change-Id: I6e4face14c1585ed7123ae9c055b5ac3ccc86395
1 parent d2d4a64 commit 5830cb2

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

core/res/res/layout/keyguard_face_unlock_view.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@
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"

policy/src/com/android/internal/policy/impl/keyguard/KeyguardFaceUnlockView.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
public 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;

0 commit comments

Comments
 (0)