Add Settings for back animation developer option DO NOT MERGE

Bug: 228936326
Test: BackAnimationPreferenceController
Change-Id: I48516c1f68de799473eac99d35a086046d7e6de9
This commit is contained in:
Vadim Caen
2022-04-07 16:38:04 +02:00
parent 27aa5f9d94
commit d268b11e85
5 changed files with 323 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;
}