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

Commit 93cb253f authored by Joey Rizzoli's avatar Joey Rizzoli Committed by Joey Rizzoli
Browse files

[2/3] Settings: add burnIn protection setting



Change-Id: I48e86a019d43a935619fbbe3a67750121ccb398d
Signed-off-by: default avatarJoey Rizzoli <joey@lineageos.org>
parent 69c12793
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -505,4 +505,8 @@

    <!-- Label for settings shortcut: carrier selection -->
    <string name="shortcut_carrier_title">Network operators</string>

    <!-- Burn in protection -->
    <string name="burnin_protection_title">Display burn-in protection</string>
    <string name="burnin_protection_summary">Periodically move items that are permanently shown on screen to avoid excessive screen wear in that area</string>
</resources>
+7 −0
Original line number Diff line number Diff line
@@ -139,6 +139,13 @@
                android:title="@string/screen_zoom_title"
                settings:keywords="@string/screen_zoom_keywords" />

        <cyanogenmod.preference.CMSystemSettingSwitchPreference
                android:key="systemui_burnin_protection"
                android:title="@string/burnin_protection_title"
                android:summary="@string/burnin_protection_summary"
                android:defaultValue="false"
                cm:requiresConfig="@*cyanogenmod.platform:bool/config_enableBurnInProtection"/>

        <!-- Disable on CM
        <DropDownPreference
                android:key="auto_rotate"