OSDN Git Service

Update to follow framework change.
authorDianne Hackborn <hackbod@google.com>
Tue, 16 Aug 2011 01:25:31 +0000 (18:25 -0700)
committerDianne Hackborn <hackbod@google.com>
Tue, 16 Aug 2011 01:25:31 +0000 (18:25 -0700)
Change-Id: I1247ba30e6e2e424a4cce12063a3c6af5db035e9

bugmailer/src/com/android/commands/sendbug/SendBug.java

index d2a555d..4fb6682 100644 (file)
@@ -58,7 +58,7 @@ public class SendBug {
             IActivityManager mAm = ActivityManagerNative.getDefault();
             try {
                 mAm.startActivity(null, intent, intent.getType(), null, 0, null, null, 0, false,
-                        false);
+                        false, null, null, false);
             } catch (RemoteException e) {
             }
         }