First go at generating broadcasts to request openseizuredetector Dialler to generate phone call alerts.

This commit is contained in:
Graham Jones
2020-08-20 21:15:58 +01:00
parent f0dafdd6aa
commit 9ca16954d0
14 changed files with 70 additions and 4 deletions

View File

@@ -62,6 +62,14 @@
android:title="SMS Message" />
</PreferenceCategory>
<PreferenceCategory android:title="Phone Call Alarm Settings">
<CheckBoxPreference
android:defaultValue="false"
android:key="PhoneCallAlarm"
android:summary="Dial the Carer(s) phone number(s) as well as sending SMS alerts. It requests an external application (OpenSeizureDetector Dialler) to make the phone calls to the same numbers as are set for SMS alerts above"
android:title="Enable Phone Call Alarm" />
</PreferenceCategory>
<PreferenceCategory android:title="Alarm Logging">
<CheckBoxPreference
android:defaultValue="true"