Merge "Add ingress rate limit to developer settings" into tm-dev

This commit is contained in:
TreeHugger Robot
2022-03-14 07:53:33 +00:00
committed by Android (Google) Code Review
6 changed files with 227 additions and 0 deletions

View File

@@ -606,6 +606,7 @@ public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFra
controllers.add(new SharedDataPreferenceController(context));
controllers.add(new OverlaySettingsPreferenceController(context));
controllers.add(new StylusHandwritingPreferenceController(context));
controllers.add(new IngressRateLimitPreferenceController((context)));
return controllers;
}