diff options
| author | Varun Chitre <varun.chitre15@gmail.com> | 2015-10-17 09:57:39 -0400 |
|---|---|---|
| committer | Varun Chitre <varun.chitre15@gmail.com> | 2015-10-17 09:57:39 -0400 |
| commit | 16d2ad56aa1dbb3ee3d5362426a5427e2e31334a (patch) | |
| tree | 9a40376f0d59b7fdb3e38d36e4ff3a82a0bf76df | |
| parent | ba61a7648932d519fd6daf5882939652fa9036ed (diff) | |
sprout4: disable some configs for now
Change-Id: I2657b60545944587111fefc17178d9e337c50826
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 19e3264..34ac648 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -52,7 +52,7 @@ <bool name="config_unplugTurnsOnScreen">true</bool> <!-- If this is true, the IME will be shown at screen on for keyguard password view --> - <bool name="kg_show_ime_at_screen_on">false</bool> + <!-- <bool name="kg_show_ime_at_screen_on">false</bool> --> <!-- Allow the menu hard key to be disabled in LockScreen on some devices --> <bool name="config_disableMenuKeyInLockScreen">true</bool> @@ -284,6 +284,14 @@ <bool name="config_user_notification_of_restrictied_mobile_access">false</bool> <!-- Performance profiles --> + <!-- <string name="config_perf_profile_prop">sys.perf.profile</string> - <string name="config_perf_profile_default_entry">1</string> + <string name="config_perf_profile_default_entry">1</string> --> + + <!-- Enable the option to check proximity sensor when deciding whether to + turn the screen on + NOTE ! - Enable for devices that have a fast response proximity sensor --> + <!-- + <bool name="config_proximityCheckOnWake">true</bool> + <integer name="config_proximityCheckTimeout">400</integer> --> </resources> |
