adb-device: add page (#14072)

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
Managor
2024-10-08 21:05:15 +03:00
committed by GitHub
parent dbc98a4957
commit 86f88d2d26

View File

@@ -0,0 +1,12 @@
# adb devices
> List connected Android devices.
> More information: <https://manned.org/adb>.
- List devices:
`adb devices`
- List devices and their system info:
`adb devices -l`