Added alarm latch timer to release latch after a specified period even if Accept Alarm button is not pressed.

This commit is contained in:
Graham Jones
2017-05-07 19:56:24 +01:00
parent 00c335f70b
commit b0b61b9fd2
6 changed files with 112 additions and 28 deletions

View File

@@ -6,6 +6,13 @@
android:key="LatchAlarms"
android:summary="Require manual reset of alarms to reset them to silence them."
android:title="Latch Alarms" />
<EditTextPreference
android:key="LatchAlarmTimerPeriod"
android:title="Latch Alarm Timer Duration (sec)"
android:summary="Duration in seconds that alarms will initiate for before being silenced automatically."
android:numeric="integer"
android:defaultValue="10" />
</PreferenceCategory>
<PreferenceCategory android:title="Audible Alarm Settings">
<CheckBoxPreference