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

@@ -35,6 +35,11 @@
android:key="LogDataRemoteMobile"
android:summary="@string/log_data_remote_mobile_summary"
android:title="@string/log_data_remote_mobile_title" />
<CheckBoxPreference
android:defaultValue="false"
android:key="LogNDA"
android:summary="@string/LogNDASummary"
android:title="@string/LogNDATitle" />
<!--<EditTextPreference
android:defaultValue="60"
android:key="RemoteLogPeriod"