aboutsummaryrefslogtreecommitdiff
path: root/overlay/frameworks
diff options
context:
space:
mode:
authorBruno Martins <bgcngm@gmail.com>2017-04-19 21:36:55 +0100
committerCosme Domínguez Díaz <cosme.ddiaz@gmail.com>2018-04-22 17:03:33 +0200
commitf936823aa24c9b439156436d2e6febebdd24273b (patch)
tree1aa753981ed72446fef30e2bb9b4957eb1ca842c /overlay/frameworks
parent607eef16f283717ca81a6cc91797fb9436f79ea5 (diff)
msm8996-common: Remove deprecated doze-related overlays
Change-Id: Ie87df1e2eecce3ad624d94024a18525d12a458e4
Diffstat (limited to 'overlay/frameworks')
-rw-r--r--overlay/frameworks/base/packages/SystemUI/res/values/config.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/overlay/frameworks/base/packages/SystemUI/res/values/config.xml b/overlay/frameworks/base/packages/SystemUI/res/values/config.xml
index 1d22e8b..65215fe 100644
--- a/overlay/frameworks/base/packages/SystemUI/res/values/config.xml
+++ b/overlay/frameworks/base/packages/SystemUI/res/values/config.xml
@@ -20,25 +20,10 @@
<!-- These resources are around just to allow their values to be customized
for different hardware and product builds. -->
<resources>
-
<!-- Control whether status bar should distinguish HSPA data icon from UMTS
data icon on devices -->
<bool name="config_hspa_data_distinguishable">true</bool>
- <!-- Doze: should the pickup sensor be used as a pulse signal? -->
- <bool name="doze_pulse_on_pick_up">true</bool>
-
<!-- Doze: does this device support STATE_DOZE and STATE_DOZE_SUSPEND? -->
<bool name="doze_display_state_supported">true</bool>
-
- <!-- 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 - delay to wait for the screen to wake up after an intent -->
- <integer name="doze_pulse_delay_in_intent">0</integer>
-
</resources>
-