sdm660-common: overlay: Fix signal strength visual bug

Change-Id: I646826faa37105cd7a838a7c106f63a93882ff76
Signed-off-by: Sebastian <kjjjnob.seba@gmail.com>
This commit is contained in:
nebrassy 2019-04-12 20:06:02 +03:00 committed by Max Weffers
parent 2a1f5d40a2
commit 2ace971fcd
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -20,6 +20,9 @@
<!-- These resources are around just to allow their values to be customized <!-- These resources are around just to allow their values to be customized
for different hardware and product builds. --> for different hardware and product builds. -->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Whether to artificially interpret all signal strengths as
one bar higher than they actually are -->
<bool name="config_inflateSignalStrength">true</bool>
<!-- Doze: does this device support STATE_DOZE and STATE_DOZE_SUSPEND? --> <!-- Doze: does this device support STATE_DOZE and STATE_DOZE_SUSPEND? -->
<bool name="doze_display_state_supported">true</bool> <bool name="doze_display_state_supported">true</bool>