Refactoring

This commit is contained in:
M66B
2023-09-18 22:23:59 +02:00
parent a6c14910c4
commit 557296f437
3 changed files with 5 additions and 6 deletions

View File

@@ -199,6 +199,7 @@ public class Helper {
static final int AUTH_AUTOLOCK_GRACE = 15; // seconds
static final int PIN_FAILURE_DELAY = 3; // seconds
static final long PIN_FAILURE_DELAY_MAX = 20 * 60 * 1000L; // milliseconds
static final float BNV_LUMINANCE_THRESHOLD = 0.7f;
static final String PGP_OPENKEYCHAIN_PACKAGE = "org.sufficientlysecure.keychain";
static final String PGP_BEGIN_MESSAGE = "-----BEGIN PGP MESSAGE-----";