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

Commit e11af927 authored by Michael Bestas's avatar Michael Bestas
Browse files

Revert "settings: Fix build"

This reverts commit 048637c0.

Change-Id: I98ffeaff6573bfcfc5eb69b1ea49a50eb0a22013
parent 048637c0
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -649,11 +649,6 @@ public class DevelopmentSettings extends RestrictedSettingsFragment
        pokeSystemProperties();
    }

    private void resetAdvancedRebootOptions() {
        Settings.Secure.putInt(getActivity().getContentResolver(),
                Settings.Secure.ADVANCED_REBOOT, 0);
    }

    void filterRuntimeOptions(Preference selectRuntime) {
        ListPreference pref = (ListPreference) selectRuntime;
        ArrayList<String> validValues = new ArrayList<String>();