diff options
| author | 2012-03-20 19:36:33 -0700 | |
|---|---|---|
| committer | 2012-03-20 19:36:33 -0700 | |
| commit | d16a4f29672d7c9ea2ea802ec9c804563bcb2ccb (patch) | |
| tree | 14f687215313602e98c96b9a949bb79627d902d0 | |
| parent | 56b21c6ccd4bc6f0b0e371f669d5af6850405849 (diff) | |
| parent | d5b5db73fcb49a4ca04e9cefc5f5293faba5895e (diff) | |
am d5b5db73: am b7a6f5d7: am 928d3470: Fix 5960562: Show emergency button on PukUnlock screen
* commit 'd5b5db73fcb49a4ca04e9cefc5f5293faba5895e':
Fix 5960562: Show emergency button on PukUnlock screen
| -rw-r--r-- | policy/src/com/android/internal/policy/impl/SimPukUnlockScreen.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/policy/src/com/android/internal/policy/impl/SimPukUnlockScreen.java b/policy/src/com/android/internal/policy/impl/SimPukUnlockScreen.java index ba06996064fe..f3e7d4a95a7a 100644 --- a/policy/src/com/android/internal/policy/impl/SimPukUnlockScreen.java +++ b/policy/src/com/android/internal/policy/impl/SimPukUnlockScreen.java @@ -106,7 +106,7 @@ public class SimPukUnlockScreen extends LinearLayout implements KeyguardScreen, mHeaderText.setSelected(true); mKeyguardStatusViewManager = new KeyguardStatusViewManager(this, updateMonitor, - lockpatternutils, callback, false); + lockpatternutils, callback, true); mPinText.setFocusableInTouchMode(true); mPinText.setOnFocusChangeListener(this); |