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

Commit 372b6f74 authored by Brian Carlstrom's avatar Brian Carlstrom
Browse files

Enable runtime selection for art for user builds

Bug: 10069754
Change-Id: I4b9780b52d3aac900e5d4da629e3e6b22c3cb323
parent 64b28a0d
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -326,10 +326,8 @@ public class DevelopmentSettings extends RestrictedSettingsFragment
        Preference selectRuntime = findPreference(SELECT_RUNTIME_KEY);
        if (selectRuntime != null) {
            mAllPrefs.add(selectRuntime);
            if (!removePreferenceForProduction(selectRuntime)) {
            filterRuntimeOptions(selectRuntime);
        }
        }

        Preference hdcpChecking = findPreference(HDCP_CHECKING_KEY);
        if (hdcpChecking != null) {