Expose function to get the device serial
Expose adb_get_serialno() to retrieve the device serial via the command "adb getserialno".
This commit is contained in:
@@ -36,4 +36,8 @@ adb_push(const char *serial, const char *local, const char *remote);
|
||||
process_t
|
||||
adb_install(const char *serial, const char *local);
|
||||
|
||||
// Return the result of "adb get-serialno".
|
||||
char *
|
||||
adb_get_serialno(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user