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

Commit dd4f7731 authored by Matssa56's avatar Matssa56 Committed by Dan Pasanen
Browse files

Double tap to sleep anywhere on the lock screen [2/3]

Change-Id: I4d8e760603a53f854aabd15acaa70482d4a6ecc5
parent 6a704cee
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -286,6 +286,9 @@
    <!-- Lock screen cover art -->
    <string name="lockscreen_media_art_title">Display media cover art</string>

    <!-- Double tap to sleep on keyguard -->
    <string name="double_tap_sleep_anywhere_title">Double tap to sleep anywhere</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
@@ -58,6 +58,11 @@
            android:title="@string/lockscreen_media_art_title"
            android:defaultValue="true" />

        <cyanogenmod.preference.CMSecureSettingSwitchPreference
            android:key="double_tap_sleep_anywhere"
            android:title="@string/double_tap_sleep_anywhere_title"
            android:defaultValue="false" />

        <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
@@ -62,6 +62,11 @@
            android:title="@string/lockscreen_media_art_title"
            android:defaultValue="true" />

        <cyanogenmod.preference.CMSecureSettingSwitchPreference
            android:key="double_tap_sleep_anywhere"
            android:title="@string/double_tap_sleep_anywhere_title"
            android:defaultValue="false" />

        <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
@@ -63,6 +63,11 @@
            android:title="@string/lockscreen_media_art_title"
            android:defaultValue="true" />

        <cyanogenmod.preference.CMSecureSettingSwitchPreference
            android:key="double_tap_sleep_anywhere"
            android:title="@string/double_tap_sleep_anywhere_title"
            android:defaultValue="false" />

        <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
@@ -42,6 +42,11 @@
            android:title="@string/lockscreen_media_art_title"
            android:defaultValue="true" />

        <cyanogenmod.preference.CMSecureSettingSwitchPreference
            android:key="double_tap_sleep_anywhere"
            android:title="@string/double_tap_sleep_anywhere_title"
            android:defaultValue="false" />

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