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:
@@ -20,4 +20,5 @@ package fr.unix_experience.owncloud_sms.enums;
|
||||
public enum OCSMSNotificationType {
|
||||
SYNC,
|
||||
SYNC_FAILED,
|
||||
DEBUG,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user