summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlolmaxlik <ilya.lebedev.2003@mail.ru>2016-08-20 12:07:44 +0600
committerlolmaxlik <ilya.lebedev.2003@mail.ru>2016-08-20 12:07:44 +0600
commitc088ab8beb509253cc3ffe1d88122be4901fd99d (patch)
tree936b0562baa79d640a5c701ddca3b8bedb6255bb
parent8d91c9d31a1712d1816e4b63082dab0ac8ef1e25 (diff)
peach: doze: add missing DOZE-overlay
-rw-r--r--overlay/frameworks/base/packages/SystemUI/res/values/config.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/overlay/frameworks/base/packages/SystemUI/res/values/config.xml b/overlay/frameworks/base/packages/SystemUI/res/values/config.xml
new file mode 100644
index 0000000..3d87a36
--- /dev/null
+++ b/overlay/frameworks/base/packages/SystemUI/res/values/config.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+-->
+
+<!-- These resources are around just to allow their values to be customized
+ for different hardware and product builds. -->
+<resources>
+
+ <!-- Doze: when to pulse after a buzzworthy notification arrives -->
+ <string name="doze_pulse_schedule" translatable="false">10s,30s,60s,180s</string>
+
+ <!-- Doze: check proximity sensor before pulsing from intent? -->
+ <bool name="doze_proximity_check_before_pulse_intent">true</bool>
+
+ <!-- Doze: pulse parameter - how long does it take to fade in after an intent? -->
+ <integer name="doze_pulse_duration_in_intent">0</integer>
+
+ <!-- Doze: pulse parameter - delay to wait for the screen to wake up after an intent -->
+ <integer name="doze_pulse_delay_in_intent">0</integer>
+
+</resources>