summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/development/DevelopmentSettingsDashboardFragment.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/settings/development/DevelopmentSettingsDashboardFragment.java')
-rw-r--r--src/com/android/settings/development/DevelopmentSettingsDashboardFragment.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/settings/development/DevelopmentSettingsDashboardFragment.java b/src/com/android/settings/development/DevelopmentSettingsDashboardFragment.java
index 58963f71ea..74252eaa86 100644
--- a/src/com/android/settings/development/DevelopmentSettingsDashboardFragment.java
+++ b/src/com/android/settings/development/DevelopmentSettingsDashboardFragment.java
@@ -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));