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

Commit fde7677a authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android Git Automerger
Browse files

am d7cde428: Merge "Bugreport broadcasts are only useful to owners." into jb-mr2-dev

* commit 'd7cde428':
  Bugreport broadcasts are only useful to owners.
parents 854c638e d7cde428
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -478,7 +478,7 @@ int main(int argc, char *argv[]) {
    }

    if (do_broadcast && use_outfile && do_fb) {
        run_command(NULL, 5, "/system/bin/am", "broadcast",
        run_command(NULL, 5, "/system/bin/am", "broadcast", "--user", "0",
                "-a", "android.intent.action.BUGREPORT_FINISHED",
                "--es", "android.intent.extra.BUGREPORT", path,
                "--es", "android.intent.extra.SCREENSHOT", screenshot_path,