Fixes, improvements

This commit is contained in:
M66B
2019-02-15 07:51:14 +00:00
parent d4272427b5
commit 662b2b52a7
5 changed files with 79 additions and 42 deletions

View File

@@ -98,6 +98,9 @@ import static android.os.Process.THREAD_PRIORITY_BACKGROUND;
import static androidx.browser.customtabs.CustomTabsService.ACTION_CUSTOM_TABS_CONNECTION;
public class Helper {
static final int NOTIFICATION_SYNCHRONIZE = 1;
static final int NOTIFICATION_EXTERNAL = 2;
static final int JOB_DAILY = 1001;
static final int AUTH_TYPE_PASSWORD = 1;