Use alarm manager to keep alive

This commit is contained in:
M66B
2018-10-09 19:39:25 +00:00
parent b19f496ce0
commit 2f0babc479
5 changed files with 76 additions and 184 deletions

View File

@@ -60,7 +60,7 @@ public class EntityFolder implements Serializable {
public String type;
@NonNull
public Boolean synchronize;
public Integer poll_interval;
public Integer poll_interval; // obsolete
@NonNull
public Integer after; // days
public String display;