blob: 3785cef674f6b5b8ae759492a7a3320c521e8fb9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
py-adb is mainly targeted to users that need to communicate with
Android devices in an automated fashion, such as in automated
testing. It does not have a daemon between the client and the device,
and therefore does not support multiple simultaneous commands to the
same device. It does support any number of devices and never
communicates with a device that it wasn't intended to, unlike the
Android project's ADB.
WWW: https://github.com/google/python-adb
|