Group advanced battery optimization setting entries

(cherry picked from commit b5e118e2b4078e53049540fb5c74814ff4bdbf99)
This commit is contained in:
arkon 2021-08-05 17:47:52 -04:00 committed by Jobobby04
parent fe4344c518
commit 402e494cf7
2 changed files with 29 additions and 24 deletions

View File

@ -77,6 +77,9 @@ class SettingsAdvancedController : SettingsController() {
}
}
preferenceCategory {
titleRes = R.string.label_background_activity
preference {
key = "pref_disable_battery_optimization"
titleRes = R.string.pref_disable_battery_optimization
@ -109,6 +112,7 @@ class SettingsAdvancedController : SettingsController() {
openInBrowser("https://dontkillmyapp.com/")
}
}
}
preferenceCategory {
titleRes = R.string.label_data

View File

@ -462,11 +462,12 @@
<string name="pref_dump_crash_logs">Dump crash logs</string>
<string name="pref_dump_crash_logs_summary">Saves error logs to a file for sharing with the developers</string>
<string name="crash_log_saved">Crash logs saved</string>
<string name="label_background_activity">Background activity</string>
<string name="pref_disable_battery_optimization">Disable battery optimization</string>
<string name="pref_disable_battery_optimization_summary">Helps with background library updates and backups</string>
<string name="about_dont_kill_my_app">Some manufacturers have additional app restrictions that kill background services. This website has more info on how to fix it.</string>
<string name="battery_optimization_disabled">Battery optimization is already disabled</string>
<string name="battery_optimization_setting_activity_not_found">Couldn\'t open device settings</string>
<string name="about_dont_kill_my_app">Some manufacturers have additional app restrictions that kill background services. This website has more info on how to fix it.</string>
<!-- About section -->
<string name="website">Website</string>