Skip to content

Commit 890266f

Browse files
Jim MillerAndroid Git Automerger
authored andcommitted
am 928d347: Fix 5960562: Show emergency button on PukUnlock screen
* commit '928d34704b96db9133e28dc77b716518d335b356': Fix 5960562: Show emergency button on PukUnlock screen
2 parents cbc9045 + 928d347 commit 890266f

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)