mirror of
https://github.com/revanced/jadb.git
synced 2025-02-06 07:26:48 +01:00
Fixing a problem where the version what not returned properly.
This commit is contained in:
parent
487ca3a745
commit
1db1ed5d9a
@ -35,6 +35,7 @@ public class AdbResponder implements Runnable {
|
||||
|
||||
if ("host:version".equals(command)) {
|
||||
output.write("OKAY");
|
||||
send(output, "001F");
|
||||
}
|
||||
else if ("host:devices".equals(command)) {
|
||||
output.write("OKAY");
|
||||
|
Loading…
x
Reference in New Issue
Block a user