summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2013-01-31 15:07:43 -0800
committerDianne Hackborn <hackbod@google.com>2013-01-31 15:17:44 -0800
commitf3cc465726b2c57e7ac830a31b40cccee310cf17 (patch)
treeacd57d7a3f234ace590c8f6e135a32325327f335
parent385e1cd6ae59bf09d83baf8909a62e3371dd29fc (diff)
downloadextras-f3cc465726b2c57e7ac830a31b40cccee310cf17.tar.gz
Update to follow activity manager implementation.
Change-Id: I12c40224f583e5778c02be55b1130c8591543ead
-rw-r--r--bugmailer/src/com/android/commands/sendbug/SendBug.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bugmailer/src/com/android/commands/sendbug/SendBug.java b/bugmailer/src/com/android/commands/sendbug/SendBug.java
index f47ff9b3..b650fe02 100644
--- a/bugmailer/src/com/android/commands/sendbug/SendBug.java
+++ b/bugmailer/src/com/android/commands/sendbug/SendBug.java
@@ -75,7 +75,7 @@ public class SendBug {
return;
}
try {
- am.startActivityAsUser(null, intent, intent.getType(), null, null, 0, 0,
+ am.startActivityAsUser(null, null, intent, intent.getType(), null, null, 0, 0,
null, null, null, UserHandle.USER_CURRENT);
} catch (RemoteException e) {
// ignore