Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9fdb1fb1 authored by Gaël Duval's avatar Gaël Duval 🏄🏼
Browse files

Change default OTA weekly check to daily check in Oreo branch

parent 5f5d32c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -383,7 +383,7 @@ public class Utils {
    public static int getUpdateCheckSetting(Context context) {
        SharedPreferences preferences = PreferenceManager.getDefaultSharedPreferences(context);
        return preferences.getInt(Constants.PREF_AUTO_UPDATES_CHECK_INTERVAL,
                Constants.AUTO_UPDATES_CHECK_INTERVAL_WEEKLY);
                Constants.AUTO_UPDATES_CHECK_INTERVAL_DAILY);
    }

    public static boolean isUpdateCheckEnabled(Context context) {