LockscreenCharging: squashed (3/3)
Change-Id: I873911aad21529993e56d28e992e7459dbd093fa
diff --git a/res/values/custom_strings.xml b/res/values/custom_strings.xml
index 07c052e..cc0d51f 100644
--- a/res/values/custom_strings.xml
+++ b/res/values/custom_strings.xml
@@ -853,4 +853,8 @@
<string name="incall_notifications_vibrate">Less annoying in-call notifications</string>
<string name="incall_notifications_vibrate_summary">Vibrate instead of playing a sound for in-call notifications</string>
+ <!-- Lockscreen battery info indicator -->
+ <string name="lockscreen_battery_info_title">Lockscreen charging info</string>
+ <string name="lockscreen_battery_info_summary">Display negociated charger max current and voltage and battery temperature on lockscreen while charging</string>
+
</resources>
diff --git a/res/xml/lockscreenitems.xml b/res/xml/lockscreenitems.xml
index 43eb498..93a5cc4 100644
--- a/res/xml/lockscreenitems.xml
+++ b/res/xml/lockscreenitems.xml
@@ -43,6 +43,12 @@
android:dialogTitle="@string/lockscreen_visualizer_custom_color" />
<org.omnirom.omnilib.preference.SystemSettingSwitchPreference
+ android:key="lockscreen_battery_info"
+ android:title="@string/lockscreen_battery_info_title"
+ android:summary="@string/lockscreen_battery_info_summary"
+ android:defaultValue="true" />
+
+ <org.omnirom.omnilib.preference.SystemSettingSwitchPreference
android:key="lockscreen_weather_enabled"
android:title="@string/lockscreen_weather_title"
android:summary="@string/lockscreen_weather_summary"