cocool97 / adb_client

Rust ADB (Android Debug Bridge) client library
MIT License
144 stars 23 forks source link

Add Adb run command #16

Closed cocool97 closed 1 week ago

cocool97 commented 1 year ago

This command should run an already installed apk. Parameter could be the activity name to launch.

lavafroth commented 1 week ago

Hi, would you prefer to implement this feature individually for usb and the binary interfaces? I'm willing to work on this.

cocool97 commented 1 week ago

Would be nice to have this feature both for USB and TCP devices.

This should not be complicated to implement as we already have the shell command (I think that running an APK is just running the right command am start -n ...)

lavafroth commented 1 week ago

Great, you can expect a PR by tomorrow.