1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2026-08-26 07:30:21 +00:00

Add broadcast received to detect connectivity changes (only detect there is a change a this time, we need to know what change is it and if we need to do something)

* Also remove useless function into IncomingSms
* Add new notification type DEBUG to debug program if no debogger was available when dev
This commit is contained in:
Loïc Blot (@U-Exp)
2014-12-12 14:59:15 +01:00
parent 45c480106b
commit 112d520385
5 changed files with 31 additions and 4 deletions
@@ -20,4 +20,5 @@ package fr.unix_experience.owncloud_sms.enums;
public enum OCSMSNotificationType {
SYNC,
SYNC_FAILED,
DEBUG,
}