Merge branch 'V3.1' of https://github.com/OpenSeizureDetector/Android_Pebble_SD into V3.1
This commit is contained in:
@@ -767,7 +767,14 @@ public class SdServer extends Service implements SdDataReceiver {
|
||||
}
|
||||
} else {
|
||||
Log.i(TAG, "sendSMSAlarm() - Cancel Audible Active - not sending SMS");
|
||||
<<<<<<< HEAD
|
||||
mUtil.showToast("Cancel Audible Active - not sending SMS");
|
||||
=======
|
||||
Toast toast = Toast.makeText(getApplicationContext(),
|
||||
"Cancel Audible Active - not sending SMS",
|
||||
Toast.LENGTH_SHORT);
|
||||
toast.show();
|
||||
>>>>>>> 6c31fa8aea6a9815f626c17dd29b721c88e9a8c2
|
||||
}
|
||||
} else {
|
||||
Log.i(TAG, "sendSMSAlarm() - SMS Alarms Disabled - not doing anything!");
|
||||
|
||||
Reference in New Issue
Block a user