summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorDaniel Bateman <jetison.24@gmail.com>2012-06-19 20:53:23 -0500
committerDaniel Bateman <jetison.24@gmail.com>2012-06-23 19:41:06 -0500
commitec93c0e204688a2d9f4d43e6861f20f1e8aea916 (patch)
tree6a184e41416c3062382583b27b913b8a99ea9ead /core
parent740a737b8e9d64a6749c3786ad741be12453bdcf (diff)
downloadframeworks_base-ec93c0e204688a2d9f4d43e6861f20f1e8aea916.zip
frameworks_base-ec93c0e204688a2d9f4d43e6861f20f1e8aea916.tar.gz
frameworks_base-ec93c0e204688a2d9f4d43e6861f20f1e8aea916.tar.bz2
framework: customizable kill app via back key timeout
Allows the time it takes for the back key to kill an app to be customized via overlay. Change-Id: Iaa43f81ee448ae7a7663254a830011a0bca5e60f
Diffstat (limited to 'core')
-rwxr-xr-xcore/res/res/values/config.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index 479f81a..4185659 100755
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -828,4 +828,8 @@
config to 7. -->
<integer name="config_deviceHardwareKeys">15</integer>
+ <!-- Timeout in MS for how long you have to long-press the back key to
+ kill the foreground app. -->
+ <integer name="config_backKillTimeout">2000</integer>
+
</resources>