Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment