14 lines
231 B
Plaintext
14 lines
231 B
Plaintext
# Running tests
|
|
|
|
Build and install Contacts.apk
|
|
|
|
Grant Contacts permissions to Contacts.apk
|
|
|
|
Run
|
|
```shell
|
|
$ atest ContactsTests
|
|
```
|
|
|
|
More information can be found at
|
|
https://source.android.com/compatibility/tests/development/atest
|