Bugreport broadcasts are only useful to owners.

Bug: 8415156
Change-Id: Ia73969262abe9f715f038dad934651d7e5d65c87
This commit is contained in:
Jeff Sharkey 2013-03-25 17:10:45 -07:00
parent 0046d9614a
commit aaaa57bf89
1 changed files with 1 additions and 1 deletions

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,