Skip to content

Commit 27b402a

Browse files
John WangAndroid (Google) Code Review
authored andcommitted
Merge "Set enable_puk_unlock_screen true by default." into ics-factoryrom
2 parents 4aa8d94 + 5209864 commit 27b402a

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)