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

Commit 6a704cee authored by beanstown106's avatar beanstown106 Committed by Dan Pasanen
Browse files

Settings: Disable Lockscreen Media Art [2/3]

* Toggle to choose whether or not to show album art/media art on lockscreen

Change-Id: Ieea583a0e42c317e1651ecaba66ac07c02934250
parent b9f7effc
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -283,6 +283,9 @@
    <!-- lock screen visualizer -->
    <string name="lockscreen_visualizer_title">Display music visualizer</string>

    <!-- Lock screen cover art -->
    <string name="lockscreen_media_art_title">Display media cover art</string>

    <!-- Protected apps lockpattern reset button -->
    <string name="lockpattern_reset_button">Reset pattern</string>
    <string name="lockpattern_settings_reset_summary">Enter primary email account and associated password to reset pattern lock</string>
+5 −0
Original line number Diff line number Diff line
@@ -53,6 +53,11 @@
            android:title="@string/lockscreen_visualizer_title"
            android:defaultValue="true"/>

        <cyanogenmod.preference.CMSecureSettingSwitchPreference
            android:key="lockscreen_media_metadata"
            android:title="@string/lockscreen_media_art_title"
            android:defaultValue="true" />

        <cyanogenmod.preference.CMSecureSettingSwitchPreference
            android:key="lock_screen_weather_enabled"
            android:title="@string/lockscreen_weather_enabled_title"
+5 −0
Original line number Diff line number Diff line
@@ -57,6 +57,11 @@
            android:title="@string/lockscreen_visualizer_title"
            android:defaultValue="true"/>

        <cyanogenmod.preference.CMSecureSettingSwitchPreference
            android:key="lockscreen_media_metadata"
            android:title="@string/lockscreen_media_art_title"
            android:defaultValue="true" />

        <cyanogenmod.preference.CMSecureSettingSwitchPreference
            android:key="lock_screen_weather_enabled"
            android:title="@string/lockscreen_weather_enabled_title"
+5 −0
Original line number Diff line number Diff line
@@ -58,6 +58,11 @@
            android:title="@string/lockscreen_visualizer_title"
            android:defaultValue="true"/>

        <cyanogenmod.preference.CMSecureSettingSwitchPreference
            android:key="lockscreen_media_metadata"
            android:title="@string/lockscreen_media_art_title"
            android:defaultValue="true" />

        <cyanogenmod.preference.CMSecureSettingSwitchPreference
            android:key="lock_screen_weather_enabled"
            android:title="@string/lockscreen_weather_enabled_title"
+5 −0
Original line number Diff line number Diff line
@@ -37,6 +37,11 @@
            android:title="@string/lockscreen_visualizer_title"
            android:defaultValue="true"/>

        <cyanogenmod.preference.CMSecureSettingSwitchPreference
            android:key="lockscreen_media_metadata"
            android:title="@string/lockscreen_media_art_title"
            android:defaultValue="true" />

        <cyanogenmod.preference.CMSecureSettingSwitchPreference
            android:key="lock_screen_weather_enabled"
            android:title="@string/lockscreen_weather_enabled_title"