openatx / adbutils

pure python adb library for google adb service.
MIT License
736 stars 173 forks source link

make it possible to pass flags to `install` #83

Closed mhils closed 1 year ago

mhils commented 1 year ago

This PR makes is possible to pass install flags to device.install(). This is particularly useful to pass -g to disable all permission prompts during testing.

Thanks for the fantastic project! 🍰