This repository was archived by the owner on Feb 2, 2021. It is now read-only.
v0.14.0
·
1048 commits
to master
since this release
Breaking Change
- Remove
devicesService.getApplicationsAvailableForDebugging(deviceIdentifier: string): Promise<string[]>method from Public API - it is replaced bydevicesService.getDebuggableApps(deviceIdentifier: string): Promise<IAndroidApplicationInformation[]>. The new method returns more information about debuggable apps. Check README for more details.