mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2025-01-23 09:27:31 +01:00
More little interval
This commit is contained in:
parent
452cf57a31
commit
760a1798f7
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user