Drag and drop to install apk files from computer

<https://github.com/Genymobile/scrcpy/pull/133>
This commit is contained in:
Adonis Najimi
2018-04-29 00:17:34 +02:00
committed by Romain Vimont
parent 41419a2e77
commit e2a2973990
6 changed files with 241 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ process_t adb_forward_remove(const char *serial, uint16_t local_port);
process_t adb_reverse(const char *serial, const char *device_socket_name, uint16_t local_port);
process_t adb_reverse_remove(const char *serial, const char *device_socket_name);
process_t adb_push(const char *serial, const char *local, const char *remote);
process_t adb_install(const char *serial, const char *local);
process_t adb_remove_path(const char *serial, const char *path);
// convenience function to wait for a successful process execution