adb_android icon indicating copy to clipboard operation
adb_android copied to clipboard

Selecting from multiple devices

Open anselmoshim opened this issue 7 years ago • 1 comments

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 avatar Aug 23 '18 23:08 anselmoshim

@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!

vmalyi avatar Aug 24 '18 06:08 vmalyi