From 40dd2cfcfd3ff24320beef87ce4ab6fb1e530d10 Mon Sep 17 00:00:00 2001 From: Amith Yamasani Date: Thu, 22 Oct 2009 20:57:32 -0700 Subject: [PATCH] Fix for 2202408: Replace Never Timeout with 30 minutes Maximum timeout is now 30 minutes. Never Timeout will cause burn-in problems with OLED and a bit with LCD as well. --- res/values/arrays.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 5191d83382b..6d8ca3268a2 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -79,12 +79,11 @@ 1 minute 2 minutes 10 minutes - - Never timeout + 30 minutes - + 15000 @@ -96,7 +95,7 @@ 600000 - -1 + 1800000