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

Commit 17f8acdb authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Turn on API workflow for all bugreports"

parents c71dbf9c 0c01ca87
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);