Add Settings for back animation developer option

Bug: 228936326
Test: BackAnimationPreferenceController
Change-Id: I48516c1f68de799473eac99d35a086046d7e6de9
This commit is contained in:
Vadim Caen
2022-04-07 16:38:04 +02:00
parent 35387d3d4c
commit ce4990aed9
5 changed files with 325 additions and 0 deletions

View File

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