LockscreenCharging: squashed (2/3)

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
xyyx
2022-09-03 10:52:32 +07:00
committed by Hưng Phan
parent 89d96ce9fb
commit 0c45249d1e
2 changed files with 11 additions and 0 deletions

View File

@@ -317,4 +317,8 @@
<!-- Laboratory - Ignore window secure --> <!-- Laboratory - Ignore window secure -->
<string name="laboratory_ignore_window_secure_title">Ignore window secure flags</string> <string name="laboratory_ignore_window_secure_title">Ignore window secure flags</string>
<string name="laboratory_ignore_window_secure_summary">This removes the screenshots and screenrecords limits for all applications. Normally, special applications are replaced with black areas in records. This can be convenient in some cases but may lead to privacy leaks. After changing this toggle, you may need to restart applications for the change to take effect.</string> <string name="laboratory_ignore_window_secure_summary">This removes the screenshots and screenrecords limits for all applications. Normally, special applications are replaced with black areas in records. This can be convenient in some cases but may lead to privacy leaks. After changing this toggle, you may need to restart applications for the change to take effect.</string>
<!-- Lockscreen battery info -->
<string name="lockscreen_charging_info_title">Show charging info in lockscreen</string>
<string name="lockscreen_charging_info_summary">Shows temperature, charging current and more while plugged in</string>
</resources> </resources>

View File

@@ -29,6 +29,13 @@
</PreferenceCategory> </PreferenceCategory>
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="lockscreen_battery_info"
android:title="@string/lockscreen_charging_info_title"
android:summary="@string/lockscreen_charging_info_summary"
android:defaultValue="true" />
<PreferenceCategory <PreferenceCategory
android:key="lockscreen_media_art_options" android:key="lockscreen_media_art_options"
android:title="@string/lockscreen_media_art_options_title"> android:title="@string/lockscreen_media_art_options_title">