Update to follow activity manager protocol change.
Change-Id: Iee6382c8ed35e296fe27a8fdb69e97dd8b455cc9
This commit is contained in:
@@ -66,7 +66,7 @@ public class MonkeyActivityEvent extends MonkeyEvent {
|
||||
}
|
||||
|
||||
try {
|
||||
iam.startActivity(null, intent, null, null, null, 0,
|
||||
iam.startActivity(null, null, intent, null, null, null, 0,
|
||||
0, null, null, null);
|
||||
} catch (RemoteException e) {
|
||||
System.err.println("** Failed talking with activity manager!");
|
||||
|
||||
Reference in New Issue
Block a user