OSDN Git Service

Update to follow framework change.
[android-x86/system-extras.git] / 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) {
             }
         }