Skip to content

Commit 928d347

Browse files
author
Jim Miller
committed
Fix 5960562: Show emergency button on PukUnlock screen
This fixes an issue where the device doesn't show the emergency button on the SIM PUK unlock screen. The problem was introduced in I3127bfd5 where we allowed the button to be conditionally shown. Change-Id: I3e2aae2bce89399a2564c3f8a726a8db99cdec86
1 parent 14958e2 commit 928d347

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)