summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authortilaksidduram <tilaksidduram@gmail.com>2015-02-22 09:02:21 +0530
committertilaksidduram <tilaksidduram@gmail.com>2015-02-22 09:02:21 +0530
commitc32a58cd0b45369fe76b0282819a68f83ffa2cf8 (patch)
tree3d9796084a58a35ac0301fef0059c0c82079fec3 /overlay
parenta0ae6e1f8928dd155e7764bbe128b9af0dd2092d (diff)
downloaddevice_samsung_n7100-c32a58cd0b45369fe76b0282819a68f83ffa2cf8.zip
device_samsung_n7100-c32a58cd0b45369fe76b0282819a68f83ffa2cf8.tar.gz
device_samsung_n7100-c32a58cd0b45369fe76b0282819a68f83ffa2cf8.tar.bz2
added dreams overlay
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 65e1896..bd4d36e 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -107,7 +107,7 @@
<!-- Array of output values for keyboard backlight corresponding to the LUX values
in the config_autoBrightnessLevels array. This array should have size one greater
than the size of the config_autoBrightnessLevels array.
- i9300 has no keyboard so all values are zero.
+ n7100 has no keyboard so all values are zero.
-->
<integer-array name="config_autoBrightnessKeyboardBacklightValues">
<item>0</item>
@@ -279,4 +279,16 @@
* The device must be provisioned with HDCP keys (for protected content).
-->
<bool name="config_enableWifiDisplay">true</bool>
+
+ <!-- Specifies whether the dreams feature should be supported.
+ When true, the system will allow the user to configure dreams (screensavers)
+ to launch when a user activity timeout occurs or the system is told to nap.
+ When false, the dreams feature will be disabled (this does not affect dozing).
+ Consider setting this resource to false or disabling dreams by default when a
+ doze component is specified below since dreaming will supercede dozing and
+ will prevent the system from entering a low power state until the dream ends. -->
+ <bool name="config_dreamsSupported">true</bool>
+
+ <!-- If supported, are dreams enabled? (by default) -->
+ <bool name="config_dreamsEnabledByDefault">false</bool>
</resources>