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

Commit 8d3f7e49 authored by d34d's avatar d34d Committed by Steve Kondik
Browse files

Keyguard: Get your weather on... the lock screen [3/3]

Change-Id: I9b411c86ea02dd95379fe6fcd1814c81c1c7ef0b
parent a771c0e9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -283,4 +283,7 @@
    <string name="pa_login_incorrect_login">Login was incorrect</string>
    <string name="pa_pattern_or_fingerprint_header">Must draw pattern or use fingerprint to unlock</string>

    <!-- title for lock screen weather preference -->
    <string name="lockscreen_weather_enabled_title">Show weather</string>

</resources>
+5 −0
Original line number Diff line number Diff line
@@ -47,4 +47,9 @@
            android:title="@string/lockscreen_visualizer_title"
            android:defaultValue="true"/>

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

</PreferenceScreen>
+5 −0
Original line number Diff line number Diff line
@@ -51,4 +51,9 @@
            android:title="@string/lockscreen_visualizer_title"
            android:defaultValue="true"/>

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

</PreferenceScreen>
+5 −0
Original line number Diff line number Diff line
@@ -52,4 +52,9 @@
            android:title="@string/lockscreen_visualizer_title"
            android:defaultValue="true"/>

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

</PreferenceScreen>
+5 −0
Original line number Diff line number Diff line
@@ -36,4 +36,9 @@
            android:title="@string/lockscreen_visualizer_title"
            android:defaultValue="true"/>

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

</PreferenceScreen>