Enable runtime selection for art for user builds
Bug: 10069754 Change-Id: I4b9780b52d3aac900e5d4da629e3e6b22c3cb323
This commit is contained in:
@@ -326,9 +326,7 @@ public class DevelopmentSettings extends RestrictedSettingsFragment
|
|||||||
Preference selectRuntime = findPreference(SELECT_RUNTIME_KEY);
|
Preference selectRuntime = findPreference(SELECT_RUNTIME_KEY);
|
||||||
if (selectRuntime != null) {
|
if (selectRuntime != null) {
|
||||||
mAllPrefs.add(selectRuntime);
|
mAllPrefs.add(selectRuntime);
|
||||||
if (!removePreferenceForProduction(selectRuntime)) {
|
filterRuntimeOptions(selectRuntime);
|
||||||
filterRuntimeOptions(selectRuntime);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Preference hdcpChecking = findPreference(HDCP_CHECKING_KEY);
|
Preference hdcpChecking = findPreference(HDCP_CHECKING_KEY);
|
||||||
|
Reference in New Issue
Block a user