aboutsummaryrefslogtreecommitdiff
path: root/examples/ex4_uiautomator/src/main/java/com/google/android
AgeCommit message (Collapse)Author
2019-01-28Fix examples. (#102)Ang Li
* Fix ex2 and ex4 builds * Update unsupported target SDK version. * Update usage of deprecated API of instrumentation registry. * Update apk path in tutorial.
2019-01-28Migrate to `androidx`. (#101)Ang Li
2017-05-24Create an example for how to use UIAutomator. (#54)Alexander Dorokhine
UIAutomator requires client-side changes too, which are tracked in https://github.com/google/mobly/issues/166. Fixes #33.