1# Running tests 2 3Build and install Contacts.apk 4 5Grant Contacts permissions to Contacts.apk 6 7Run 8```shell 9$ atest ContactsTests 10``` 11 12More information can be found at 13https://source.android.com/compatibility/tests/development/atest 14