Merge "Introduce BugReportInPowerPreferenceControllerV2"

This commit is contained in:
Jeffrey Huang
2017-10-02 22:59:04 +00:00
committed by Android (Google) Code Review
5 changed files with 296 additions and 8 deletions

View File

@@ -254,7 +254,7 @@ public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFra
controllers.add(new AdbPreferenceController(context, fragment));
// revoke usb debugging authorizations
controllers.add(new LocalTerminalPreferenceController(context));
// bug report shortcut
controllers.add(new BugReportInPowerPreferenceControllerV2(context));
// select mock location app
controllers.add(new DebugViewAttributesPreferenceController(context));
controllers.add(new SelectDebugAppPreferenceController(context, fragment));