Updating documentation.

This commit is contained in:
Samuel Carlsson 2014-03-20 11:40:28 +01:00
parent e26de967bf
commit 700bd71afe

View File

@ -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 ##