LockscreenCharging: squashed (3/3)

based on:
[1/2] Settings: show more battery info on lockscreen when charging by yank555-lu
This commit is contained in:
xyyx
2018-08-16 06:33:26 +00:00
committed by unknown
parent 8a61ea170d
commit 948252390c
4 changed files with 64 additions and 0 deletions

View File

@@ -18,4 +18,10 @@
android:title="@string/lockscreen_title"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="lockscreen_battery_info"
android:icon="@drawable/ic_batteryenergy"
android:title="@string/lockscreen_battery_info_title"
android:summary="@string/lockscreen_battery_info_summary"
android:defaultValue="true" />
</PreferenceScreen>