adb_android
adb_android copied to clipboard
Selecting from multiple devices
It seems like this library is unable to allow a user to select a single device when multiple devices are connected.
The original command is
adb -s [device ID] shell am start -a android.intent.action.CALL -d tel:123-456-7890
However the library does not include -s [device ID] portion .
Any plans to fix this?
@anselmoshim, you're right. This is currently not implemented.
Unfortunately, I don't have currently much time to take care of this.
Want to create a pull request with a possible solution by yourself?
Thanks!