summaryrefslogtreecommitdiffstats
path: root/core/res/res/values/config.xml
diff options
context:
space:
mode:
authorJoe Onorato <joeo@android.com>2010-10-11 15:15:31 -0700
committerJoe Onorato <joeo@android.com>2010-10-11 15:16:28 -0700
commit6d747656628aa86ee2190a3e5939d447623294a5 (patch)
tree2c95adad3e676973f4e98691b185852819293e44 /core/res/res/values/config.xml
parent446547af37fd10142f15f6a9b3ac3007c6473981 (diff)
downloadframeworks_base-6d747656628aa86ee2190a3e5939d447623294a5.zip
frameworks_base-6d747656628aa86ee2190a3e5939d447623294a5.tar.gz
frameworks_base-6d747656628aa86ee2190a3e5939d447623294a5.tar.bz2
Add a configuration option to turn on the screen when you unplug the device.
Bug: 3068624 Change-Id: I7366ece2528b31feee920f4600a475e81a0f3709
Diffstat (limited to 'core/res/res/values/config.xml')
-rw-r--r--core/res/res/values/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index 340e23c..c3cbf07 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -148,6 +148,9 @@
<!-- Flag indicating whether the we should enable the automatic brightness in Settings.
Software implementation will be used if config_hardware_auto_brightness_available is not set -->
<bool name="config_automatic_brightness_available">false</bool>
+
+ <!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->
+ <bool name="config_unplugTurnsOnScreen">false</bool>
<!-- XXXXXX END OF RESOURCES USING WRONG NAMING CONVENTION -->