Enable Linux terminal app via developer settings
Bug: 369246712 Test: `atest SettingsRoboTests`, try toggle the option, \ and try search with 'Linux'. Flag: RELEASE_AVF_SUPPORT_CUSTOM_VM_WITH_PARAVIRTUALIZED_DEVICES Change-Id: Ibdcf00de04f09fe5b03ba53857904945354ed844
This commit is contained in:
@@ -676,6 +676,7 @@ public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFra
|
||||
controllers.add(new WirelessDebuggingPreferenceController(context, lifecycle));
|
||||
controllers.add(new AdbAuthorizationTimeoutPreferenceController(context));
|
||||
controllers.add(new LocalTerminalPreferenceController(context));
|
||||
controllers.add(new LinuxTerminalPreferenceController(context));
|
||||
controllers.add(new BugReportInPowerPreferenceController(context));
|
||||
controllers.add(new AutomaticSystemServerHeapDumpPreferenceController(context));
|
||||
controllers.add(new MockLocationAppPreferenceController(context, fragment));
|
||||
|
Reference in New Issue
Block a user