mirror of
https://github.com/revanced/jadb.git
synced 2025-05-24 19:02:07 +02:00
Removing irrelevant code from the example.
This commit is contained in:
parent
8e9b82ee74
commit
b9a4f1bd80
@ -12,8 +12,6 @@ Usage cannot be simpler. Just create a `JadbConnection` and off you go.
|
|||||||
|
|
||||||
JadbConnection jadb = new JadbConnection();
|
JadbConnection jadb = new JadbConnection();
|
||||||
List<AndroidDevice> actual = jadb.getDevices();
|
List<AndroidDevice> actual = jadb.getDevices();
|
||||||
AndroidDevice[] expected = { new AndroidDevice("emulator-5554") };
|
|
||||||
Assert.assertArrayEquals(expected, actual.toArray());`
|
|
||||||
|
|
||||||
## Protocol Description ##
|
## Protocol Description ##
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user