Skip to content

Commit d5b5db7

Browse files
Jim MillerAndroid Git Automerger
authored andcommitted
am b7a6f5d: am 928d347: Fix 5960562: Show emergency button on PukUnlock screen
* commit 'b7a6f5d7e87eb4fba6d6868e73a9c06d73789517': Fix 5960562: Show emergency button on PukUnlock screen
2 parents d58b6cd + b7a6f5d commit d5b5db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

policy/src/com/android/internal/policy/impl/SimPukUnlockScreen.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public SimPukUnlockScreen(Context context, Configuration configuration,
106106
mHeaderText.setSelected(true);
107107

108108
mKeyguardStatusViewManager = new KeyguardStatusViewManager(this, updateMonitor,
109-
lockpatternutils, callback, false);
109+
lockpatternutils, callback, true);
110110

111111
mPinText.setFocusableInTouchMode(true);
112112
mPinText.setOnFocusChangeListener(this);

0 commit comments

Comments
 (0)