Skip to content

Commit

Permalink
enable home-key unlock setting
Browse files Browse the repository at this point in the history
Change-Id: I0632c8d3772c89403bae89560bdf6ac50a500610
  • Loading branch information
codeworkx committed Oct 22, 2012
1 parent a7067db commit 0d132fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,9 @@
<!-- Allow the menu hard key to be disabled in LockScreen on some devices -->
<bool name="config_disableMenuKeyInLockScreen">true</bool>

<!-- Disable the home key unlock setting -->
<bool name="config_disableHomeUnlockSetting">false</bool>

<!-- Workaround for devices with broken keyboards -->
<bool name="config_forceDisableHardwareKeyboard">true</bool>

Expand Down

0 comments on commit 0d132fd

Please sign in to comment.