Made schedule a pro feature

This commit is contained in:
M66B
2019-02-14 19:42:34 +00:00
parent 8da3032eef
commit 957a9bd8d7
2 changed files with 19 additions and 5 deletions

View File

@@ -27,6 +27,9 @@ public class ServiceExternal extends IntentService {
if (intent == null)
return;
if (!Helper.isPro(this))
return;
Boolean enabled = null;
if (ACTION_ENABLE.equals(intent.getAction()))
enabled = true;