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

Commit c6c5e013 authored by Mohit Mali's avatar Mohit Mali Committed by Mohammed Althaf T
Browse files

Updater: Check updates daily



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