Added alarm latching option to SD Server app.

This commit is contained in:
Graham Jones
2015-11-10 23:09:22 +00:00
parent eec87aedd7
commit 3b240e3a54
6 changed files with 68 additions and 13 deletions

View File

@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<CheckBoxPreference
android:key="LatchAlarms"
android:title="Latch Alarms"
android:summary="Require manual reset of alarms to reset them to silence them."
android:defaultValue="false" />
<CheckBoxPreference
android:key="AudibleAlarm"
android:title="Enable Audible Alarm"