summaryrefslogtreecommitdiffstats
path: root/core/res/res/values/config.xml
diff options
context:
space:
mode:
authorPaulK <contact@paulk.fr>2012-04-19 13:03:11 +0200
committerPaul Kocialkowski <contact@paulk.fr>2012-07-09 12:58:21 +0200
commita5b8f3f49b309b473f65fcc4a2362524494a430b (patch)
tree19c82d6f9672bc3cbac228f294f463173c20155a /core/res/res/values/config.xml
parent878f3e43a6fc0de01a0bfa251c363a6a94f9f242 (diff)
downloadframeworks_base-a5b8f3f49b309b473f65fcc4a2362524494a430b.zip
frameworks_base-a5b8f3f49b309b473f65fcc4a2362524494a430b.tar.gz
frameworks_base-a5b8f3f49b309b473f65fcc4a2362524494a430b.tar.bz2
Added home on longpress back optionreplicant-2.3
Change-Id: Ibb5f4a6e8756b393f9d4f5ef5060aaf60bcaeade
Diffstat (limited to 'core/res/res/values/config.xml')
-rw-r--r--core/res/res/values/config.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index 07de23c..d2156ee 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -544,6 +544,11 @@
combinations will need this too. -->
<bool name="cm_default_recentapps_tablet_workaround">false</bool>
+ <!-- toggles behavior of longpress on back button. default (false) triggers
+ nothing (or kills the current app). enabling (true) this options triggers
+ home screen. -->
+ <bool name="cm_default_home_on_longpress_back">false</bool>
+
<!-- Set this to true to get data working on some Motorola phones -->
<bool name="config_rilNeedsNullPath">false</bool>