mirror of
https://github.com/revanced/jadb.git
synced 2025-02-11 01:26:47 +01:00
Updating documentation.
This commit is contained in:
parent
e26de967bf
commit
700bd71afe
@ -11,7 +11,9 @@ This projects aims at providing an up to date implementation of the ADB protocol
|
||||
Usage cannot be simpler. Just create a `JadbConnection` and off you go.
|
||||
|
||||
JadbConnection jadb = new JadbConnection();
|
||||
List<AndroidDevice> actual = jadb.getDevices();
|
||||
List<JadbDevice> devices = jadb.getDevices();
|
||||
|
||||
Make sure the adb server is running. You can start it by running `adb` once from the command line.
|
||||
|
||||
## Protocol Description ##
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user