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

Commit f6880300 authored by Mohit Mali's avatar Mohit Mali Committed by Nishith Khanna
Browse files

Updater: Check updates daily



Signed-off-by: Aayush Gupta's avatarAayush Gupta <theimpulson@e.email>
Change-Id: Iad764a791645bdcaa28ebb01b9426afe4aa68393
parent 32fcd6ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -405,7 +405,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) {