We can connect to a device using various protocols (tcp, unix domain, abstract).
Instead of adding new URL schemes (e.g., adb-unix, adb-abstract) to cover alternative transport we can use standard connect URLs together with device id as hostname, unless it matches "localhost".
If hostname is "localhost" then we expect a single connected device.
Details
Details
- Reviewers
tberghammer labath
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I like this. (I assume it will work with the tcp-connected devices which have an ID like ???:port)