mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 15:17:03 +02:00
Simplified wakelock handling
This commit is contained in:
@@ -178,6 +178,7 @@ public class Helper {
|
||||
|
||||
static final float LOW_LIGHT = 0.6f;
|
||||
|
||||
static final int WAKELOCK_MAX = 30 * 60 * 1000; // milliseconds
|
||||
static final int BUFFER_SIZE = 8192; // Same as in Files class
|
||||
static final long MIN_REQUIRED_SPACE = 100 * 1000L * 1000L;
|
||||
static final int AUTOLOCK_GRACE = 15; // seconds
|
||||
|
||||
Reference in New Issue
Block a user