Add a developer option to disable app child process restrictions

Bug: 205156966
Test: atest PhantomProcessPreferenceControllerTest
Change-Id: I87fd78b3dc7dea069823de6bef0bd7fe20d985ad
This commit is contained in:
Jing Ji
2022-11-19 22:10:39 -08:00
parent 0514e9a96a
commit 249283ffa0
5 changed files with 206 additions and 0 deletions

View File

@@ -656,6 +656,7 @@ public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFra
controllers.add(new StylusHandwritingPreferenceController(context));
controllers.add(new IngressRateLimitPreferenceController((context)));
controllers.add(new BackAnimationPreferenceController(context, fragment));
controllers.add(new PhantomProcessPreferenceController(context));
return controllers;
}