Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6907fc27 authored by Paul Keith's avatar Paul Keith Committed by Nolen Johnson
Browse files

sdk: Add overlay for disabling livedisplay

* config_defaultLiveDisplayMode should also be set to 0.

Change-Id: I06ded48ec8783d5319925f391cb7f54391cd1dea
parent be9659a1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -25,6 +25,8 @@
    <!-- BurnIn protection. This should be enabled on devices that have OLED displays -->
    <bool name="config_enableBurnInProtection">false</bool>

    <bool name="config_enableLiveDisplay">true</bool>

    <!-- Default values for LiveDisplay -->
    <integer name="config_dayColorTemperature">6500</integer>
    <integer name="config_nightColorTemperature">4800</integer>
+2 −0
Original line number Diff line number Diff line
@@ -38,6 +38,8 @@
    <java-symbol type="string" name="perf_profile_bias_power_summary" />
    <java-symbol type="string" name="perf_profile_bias_perf_summary" />

    <java-symbol type="bool" name="config_enableLiveDisplay" />

    <!-- Proximity check on screen on -->
    <java-symbol type="bool" name="config_proximityCheckOnWake" />