Skip to content

Commit 376224c

Browse files
committed
Add a hint in the docs, that --pull only works on managed devices since api level 29
1 parent f77b435 commit 376224c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Platforms/Android/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ configuring the execution of a third-party test suite:
163163
packages.
164164
* `--pull`: if specified, the testbed app will pull the file or folder from the device
165165
back to the build machine after the test run. This is useful for retrieving coverage
166-
data, for example. Can be used multiple times.
166+
data, for example. Can be used multiple times. On managed devices this is supported
167+
since Android API level 29, so only `--managed maxVersion` can be used.
167168
* `--output-dir`: the directory on the build machine to which files will be pulled.
168169

169170
Extra arguments on the `android.py test` command line will be passed through to

0 commit comments

Comments
 (0)