diff options
| author | 2011-09-21 11:13:56 -0700 | |
|---|---|---|
| committer | 2011-09-21 15:23:34 -0700 | |
| commit | 5209864a2bcdc089fe3c433fa7aad87f43dbd200 (patch) | |
| tree | 910b35d6359079771c06c3e4129d6ff0d7de7bb3 | |
| parent | 79a33ad49e8dd54f36ea7ea5f1a275bf38daf5e8 (diff) | |
Set enable_puk_unlock_screen true by default.
Make pukUnlockScreen the default way to enter PUK ocde.
There are two ways to enter PUK code, pukUnlockScreen UI
and MMI Code for Emergency Dialer. As far as we know most
of carriers are fine with either one though they may prefer
pukUnlockScreen UI. It can be overwrite if specific device or
carrier don't want to show pukUnlockSreen UI.
Note the Emergency Dialer will not show up
if the device is not voice capable. Another reason to make
pukUnlockSreen UI enable as default.
bug:5243771
Change-Id: I141324bef6ab812243a6cbb89870f71c60e838ec
| -rwxr-xr-x | core/res/res/values/config.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 1e5358e20dcb..8fea35f7dea7 100755 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -400,9 +400,9 @@ <!-- Diable lockscreen rotation by default --> <bool name="config_enableLockScreenRotation">false</bool> - <!-- Diable puk unlockscreen by default. + <!-- Enable puk unlockscreen by default. If unlock screen is disabled, the puk should be unlocked through Emergency Dialer --> - <bool name="config_enable_puk_unlock_screen">false</bool> + <bool name="config_enable_puk_unlock_screen">true</bool> <!-- Control the behavior when the user long presses the home button. 0 - Nothing |