OSDN Git Service

change the default screen timeout to 10 minutes
authorChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 28 Jan 2011 10:18:07 +0000 (18:18 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 28 Jan 2011 10:18:07 +0000 (18:18 +0800)
packages/SettingsProvider/res/values/defaults.xml

index 8349fe6..829e763 100644 (file)
@@ -18,7 +18,7 @@
 -->
 <resources>
     <bool name="def_dim_screen">true</bool>
-    <integer name="def_screen_off_timeout">60000</integer>
+    <integer name="def_screen_off_timeout">600000</integer>
     <bool name="def_airplane_mode_on">false</bool>
     <!-- Comma-separated list of bluetooth, wifi, and cell. -->
     <string name="def_airplane_mode_radios" translatable="false">cell,bluetooth,wifi</string>