Added option to use mp3 notification sounds rather than tone generator to make alarm sounds

This commit is contained in:
Graham Jones
2017-12-03 10:11:47 +00:00
parent b1b8659d55
commit cbe5e49ad3
8 changed files with 41 additions and 16 deletions

View File

@@ -36,6 +36,11 @@
android:summary="Duration that fault alarms are muted before initiating."
android:numeric="integer"
android:defaultValue="30" />
<CheckBoxPreference
android:defaultValue="false"
android:key="UseMp3Alarm"
android:summary="Play an MP3 file to create the alarm beeps rather than using the default tone generator."
android:title="Use MP3 Alarm Sound" />
</PreferenceCategory>