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

Commit 45238e2e authored by Sumit Pundir's avatar Sumit Pundir
Browse files

misc: Utils: check for updates daily



Signed-off-by: default avatarSumit Pundir <pundirsumit11@gmail.com>
Change-Id: Ib54c91b76c07854d6f61f5196d5c14184ef4d817
parent 9a845e39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -389,7 +389,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) {