Added time limit for NDA logging so it stopps logging after a given period - needs checking though as it might not work...

This commit is contained in:
Graham Jones
2022-10-23 22:47:25 +01:00
parent 7a977ea54e
commit ce5e1b4074
5 changed files with 175 additions and 21 deletions

View File

@@ -438,4 +438,7 @@
<string name="not_logged_in_dialog_title">Not Logged in to Data Sharing</string>
<string name="not_logged_in_dialog_message">You must be logged in to the Data Sharing system to be able to report seizures.</string>
<string name="include_warnings">Include Warnings</string>
<string name="LogNDASummary">Continuously log data to the data sharing system to provide background \'normal daily activity\' data to help reduce false alarms.</string>
<string name="LogNDATitle">Log Normal Daily Activities (NDA)</string>
<string name="NDATimerStartTimeParseError">Error Parsing NDATimerStartTime</string>
</resources>