• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

frameworks/base


Commit MetaInfo

Revision20d3dc33ee77128b22f79e7787a3bb17a1870406 (tree)
Zeit2011-01-28 19:18:07
AutorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

change the default screen timeout to 10 minutes

Ändern Zusammenfassung

Diff

--- a/packages/SettingsProvider/res/values/defaults.xml
+++ b/packages/SettingsProvider/res/values/defaults.xml
@@ -18,7 +18,7 @@
1818 -->
1919 <resources>
2020 <bool name="def_dim_screen">true</bool>
21- <integer name="def_screen_off_timeout">60000</integer>
21+ <integer name="def_screen_off_timeout">600000</integer>
2222 <bool name="def_airplane_mode_on">false</bool>
2323 <!-- Comma-separated list of bluetooth, wifi, and cell. -->
2424 <string name="def_airplane_mode_radios" translatable="false">cell,bluetooth,wifi</string>