Added alarm latching option to SD Server app.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user