sdm660-common: overlay: Drop OLED specific overlays
* config_dozeAlwaysOnDisplayAvailable is false by default * config_enableBurnInProtection is unused in LCD, which surya has Change-Id: I88f30d3f07cecdb4992a427ae7d7c19799123e37 Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
cb34a7cbfa
commit
5c938f5f62
1 changed files with 0 additions and 12 deletions
|
@ -714,18 +714,9 @@
|
||||||
Doze dreams will run whenever the power manager is in a dozing state. -->
|
Doze dreams will run whenever the power manager is in a dozing state. -->
|
||||||
<string name="config_dozeComponent">com.android.systemui/com.android.systemui.doze.DozeService</string>
|
<string name="config_dozeComponent">com.android.systemui/com.android.systemui.doze.DozeService</string>
|
||||||
|
|
||||||
<!-- Control whether the always on display mode is available. This should only be enabled on
|
|
||||||
devices where the display has been tuned to be power efficient in DOZE and/or DOZE_SUSPEND
|
|
||||||
states. -->
|
|
||||||
<bool name="config_dozeAlwaysOnDisplayAvailable">true</bool>
|
|
||||||
|
|
||||||
<!-- Allow automatic adjusting of the screen brightness while dozing in low power state. -->
|
<!-- Allow automatic adjusting of the screen brightness while dozing in low power state. -->
|
||||||
<bool name="config_allowAutoBrightnessWhileDozing">true</bool>
|
<bool name="config_allowAutoBrightnessWhileDozing">true</bool>
|
||||||
|
|
||||||
<!-- Control whether the always on display mode is enabled by default. This value will be used
|
|
||||||
during initialization when the setting is still null. -->
|
|
||||||
<bool name="config_dozeAlwaysOnEnabled">false</bool>
|
|
||||||
|
|
||||||
<!-- If true, the doze component is not started until after the screen has been
|
<!-- If true, the doze component is not started until after the screen has been
|
||||||
turned off and the screen off animation has been performed. -->
|
turned off and the screen off animation has been performed. -->
|
||||||
<bool name="config_dozeAfterScreenOffByDefault">true</bool>
|
<bool name="config_dozeAfterScreenOffByDefault">true</bool>
|
||||||
|
@ -1082,9 +1073,6 @@
|
||||||
-->
|
-->
|
||||||
<bool name="config_wifiDisplaySupportsProtectedBuffers">true</bool>
|
<bool name="config_wifiDisplaySupportsProtectedBuffers">true</bool>
|
||||||
|
|
||||||
<!-- If true, the display will be shifted around in ambient mode. -->
|
|
||||||
<bool name="config_enableBurnInProtection">true</bool>
|
|
||||||
|
|
||||||
<!-- Whether or not to hide the navigation bar when the soft keyboard is visible in order to
|
<!-- Whether or not to hide the navigation bar when the soft keyboard is visible in order to
|
||||||
create additional screen real estate outside beyond the keyboard. Note that the user needs
|
create additional screen real estate outside beyond the keyboard. Note that the user needs
|
||||||
to have a confirmed way to dismiss the keyboard when desired. -->
|
to have a confirmed way to dismiss the keyboard when desired. -->
|
||||||
|
|
Loading…
Reference in a new issue