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

Commit 8773a8d0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Make SettingsProvider reset no-op for now."

parents c58119fe d67ab923
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -57,6 +57,8 @@ public class RescueParty {
    private static final int LEVEL_RESET_SETTINGS_TRUSTED_DEFAULTS = 3;
    private static final int LEVEL_FACTORY_RESET = 4;

    private static final boolean DISABLE_RESET_SETTINGS = true;

    /** Threshold for boot loops */
    private static final Threshold sBoot = new BootThreshold();
    /** Threshold for app crash loops */
@@ -159,6 +161,8 @@ public class RescueParty {
    }

    private static void resetAllSettings(Context context, int mode) throws Exception {
        if (DISABLE_RESET_SETTINGS) return;

        // Try our best to reset all settings possible, and once finished
        // rethrow any exception that we encountered
        Exception res = null;