More little interval

This commit is contained in:
Oizaro 2020-08-11 15:14:27 +02:00 committed by GitHub
parent 452cf57a31
commit 760a1798f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,8 +43,8 @@ public class GcmPrefs implements SharedPreferences.OnSharedPreferenceChangeListe
public static final String PREF_LEARNT_WIFI = "gcm_learnt_wifi";
public static final String PREF_LEARNT_OTHER = "gcm_learnt_other";
private static final int MIN_INTERVAL = 5 * 60 * 1000; // 5 minutes
private static final int MAX_INTERVAL = 30 * 60 * 1000; // 30 minutes
private static final int MIN_INTERVAL = 1 * 60 * 1000; // 1 minute
private static final int MAX_INTERVAL = 5 * 60 * 1000; // 5 minutes
private static GcmPrefs INSTANCE;