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

* commit 'd7cde4285c2a4b69632ea50eb785544430b9769e':
  Bugreport broadcasts are only useful to owners.
This commit is contained in:
Jeff Sharkey 2013-03-26 00:22:05 +00:00 committed by Android Git Automerger
commit fde7677a83

View File

@ -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,