Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0c01ca87 authored by Abhijeet Kaur's avatar Abhijeet Kaur
Browse files

Turn on API workflow for all bugreports

Test: Interactive, Full and Remote bugreports work as expected
Bug: 137825297
Change-Id: I521745eb8b5b14e267e03b009e898a14d666a902
parent 74ccee9f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8306,7 +8306,7 @@ public class ActivityManagerService extends IActivityManager.Stub
        final boolean useApi = FeatureFlagUtils.isEnabled(mContext,
                FeatureFlagUtils.USE_BUGREPORT_API);
        if (useApi && bugreportType == BugreportParams.BUGREPORT_MODE_INTERACTIVE) {
        if (useApi) {
            // Create intent to trigger Bugreport API via Shell
            Intent triggerShellBugreport = new Intent();
            triggerShellBugreport.setAction(INTENT_BUGREPORT_REQUESTED);