Use update notification instead of dialog

This commit is contained in:
M66B
2019-06-22 16:34:46 +02:00
parent d33d4dfe83
commit 8b2e83aca8
4 changed files with 39 additions and 11 deletions

View File

@@ -95,6 +95,7 @@ public class Helper {
static final int NOTIFICATION_SYNCHRONIZE = 1;
static final int NOTIFICATION_SEND = 2;
static final int NOTIFICATION_EXTERNAL = 3;
static final int NOTIFICATION_UPDATE = 4;
static final float LOW_LIGHT = 0.6f;