mirror of
https://github.com/revanced/jadb.git
synced 2025-02-11 01:26:47 +01:00
change method name
This commit is contained in:
parent
b50590f411
commit
46a91334e0
@ -43,7 +43,7 @@ public class JadbConnection implements ITransportFactory {
|
||||
return parseDevices(body);
|
||||
}
|
||||
|
||||
public DeviceDetectionHandler getDevices(final DeviceDetectionListener listener) throws IOException, JadbException {
|
||||
public DeviceDetectionHandler watchDevices(final DeviceDetectionListener listener) throws IOException, JadbException {
|
||||
final Transport devices = createTransport();
|
||||
new Thread(new Runnable() {
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user