Update to follow activity manager implementation.

Change-Id: I12c40224f583e5778c02be55b1130c8591543ead
diff --git a/bugmailer/src/com/android/commands/sendbug/SendBug.java b/bugmailer/src/com/android/commands/sendbug/SendBug.java
index f47ff9b..b650fe0 100644
--- a/bugmailer/src/com/android/commands/sendbug/SendBug.java
+++ b/bugmailer/src/com/android/commands/sendbug/SendBug.java
@@ -75,7 +75,7 @@
                 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