Pass command-line args as 'intent args' when launching apk. Refs #987

This commit is contained in:
baldurk
2018-05-24 17:03:19 +01:00
parent 24d8e2f18a
commit 858b02480b
7 changed files with 34 additions and 7 deletions
+2 -1
View File
@@ -1250,7 +1250,8 @@ public:
ok = Ping();
});
ExecuteResult ret = Android::StartAndroidPackageForCapture(host, app.c_str(), opts);
ExecuteResult ret =
Android::StartAndroidPackageForCapture(host, app.c_str(), cmdline.c_str(), opts);
Atomic::Inc32(&done);