summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2012-03-14 10:41:22 -0700
committerDianne Hackborn <hackbod@google.com>2012-03-14 10:41:22 -0700
commit52a5b01997c2cea32c288585769615ce7a60217e (patch)
treefc2a9eca4ddc18ac56efd1c4b697ad18e8fcb977
parenta8178c30e02f3a3f4183e459fc96b6e34c93c7c6 (diff)
downloadextras-52a5b01997c2cea32c288585769615ce7a60217e.tar.gz
Update to follow IActivityManager change.
Change-Id: I5ea3fcaffdaaae6bfeb0edd878fc952952012396
-rw-r--r--bugmailer/src/com/android/commands/sendbug/SendBug.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bugmailer/src/com/android/commands/sendbug/SendBug.java b/bugmailer/src/com/android/commands/sendbug/SendBug.java
index ac4fc327..c63c3e22 100644
--- a/bugmailer/src/com/android/commands/sendbug/SendBug.java
+++ b/bugmailer/src/com/android/commands/sendbug/SendBug.java
@@ -71,8 +71,8 @@ public class SendBug {
}
final IActivityManager mAm = ActivityManagerNative.getDefault();
try {
- mAm.startActivity(null, intent, intent.getType(), null, 0, null, null, 0, false,
- false, false, null, null, false);
+ mAm.startActivity(null, intent, intent.getType(), null, null, 0, 0,
+ null, null, null);
} catch (RemoteException e) {
// ignore
}