Enable runtime selection for art for user builds

Bug: 10069754
Change-Id: I4b9780b52d3aac900e5d4da629e3e6b22c3cb323
This commit is contained in:
Brian Carlstrom
2013-09-12 00:21:30 -07:00
parent 64b28a0dcc
commit 372b6f74b1

View File

@@ -326,9 +326,7 @@ public class DevelopmentSettings extends RestrictedSettingsFragment
Preference selectRuntime = findPreference(SELECT_RUNTIME_KEY);
if (selectRuntime != null) {
mAllPrefs.add(selectRuntime);
if (!removePreferenceForProduction(selectRuntime)) {
filterRuntimeOptions(selectRuntime);
}
filterRuntimeOptions(selectRuntime);
}
Preference hdcpChecking = findPreference(HDCP_CHECKING_KEY);