Skip to content

Commit 5209864

Browse files
author
John Wang
committed
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
1 parent 79a33ad commit 5209864

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/res/res/values/config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,9 +400,9 @@
400400
<!-- Diable lockscreen rotation by default -->
401401
<bool name="config_enableLockScreenRotation">false</bool>
402402

403-
<!-- Diable puk unlockscreen by default.
403+
<!-- Enable puk unlockscreen by default.
404404
If unlock screen is disabled, the puk should be unlocked through Emergency Dialer -->
405-
<bool name="config_enable_puk_unlock_screen">false</bool>
405+
<bool name="config_enable_puk_unlock_screen">true</bool>
406406

407407
<!-- Control the behavior when the user long presses the home button.
408408
0 - Nothing

0 commit comments

Comments
 (0)