Add "adb uninstall"

This will allow to uninstall the server when necessary.
This commit is contained in:
Romain Vimont
2022-07-03 00:06:09 +02:00
parent a73a04da87
commit c96c77656a
2 changed files with 15 additions and 0 deletions

View File

@@ -66,6 +66,10 @@ bool
sc_adb_install(struct sc_intr *intr, const char *serial, const char *local,
unsigned flags);
bool
sc_adb_uninstall(struct sc_intr *intr, const char *serial, const char *pkg,
unsigned flags);
/**
* Execute `adb tcpip <port>`
*/