Added setting to allow the user to change the delay period before SMS alert is sent (fixes #202)

This commit is contained in:
Graham Jones
2024-10-10 19:19:19 +01:00
parent df0ab065c6
commit 4768fcd352
6 changed files with 20 additions and 5 deletions

View File

@@ -50,6 +50,12 @@
android:key="SMSAlarm"
android:summary="@string/enable_sms_alarm_summary"
android:title="@string/enable_sms_alarm_title" />
<EditTextPreference
android:key="SMSDelayPeriod"
android:title="@string/sms_delay_sec"
android:summary="@string/sms_delay_sec_desc"
android:inputType="number"
android:defaultValue="10" />
<EditTextPreference
android:defaultValue=""
android:key="SMSNumbers"