V4.1.3d - added settings option to inhibit the battery optimisation dialog in case it is annoying.

This commit is contained in:
Graham Jones
2023-02-07 20:47:56 +00:00
parent 5ebbc29056
commit 42b21ca937
5 changed files with 21 additions and 5 deletions

View File

@@ -364,7 +364,8 @@
<string name="battery_usage_optimisation_dialog_text">
<b>WARNING: The Android System Battery Optimisation Settings are configured to \'Optimise\' OpenSeizureDetector.</b>\n\n
This means it is likely to be shutdown when operating on battery power, so will not work correctly\n\n
Please go into the Phone Settings and select <b>Apps->OpenSeizureDetector->Battery->Optimise battery usage</b> and set it so that OpenSeizureDetector is NOT optimised</string>
Please go into the Phone Settings and select <b>Apps->OpenSeizureDetector->Battery->Optimise battery usage</b> and set it so
that OpenSeizureDetector is NOT optimised (on Older versions of Andoroid this option is in </string>
<string name="local_data">Local Data</string>
<string name="shared_data">Shared Data</string>
<string name="prune_database">Prune Database</string>
@@ -467,4 +468,6 @@
<string name="notes_about_event">notes about event</string>
<string name="SpO2">O2 Sat</string>
<string name="data_sharing">Data Sharing</string>
<string name="prevent_bat_opt_summary">Do not display the battery optimisation dialog on start-up (some phones report that OpenSeizureDetector is optimised, even if it is not, so the dialog is a nuissance)</string>
<string name="prevent_bat_opt_title">Inhibit Battery Optimisation Warning Dialog</string>
</resources>