1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 14:53:59 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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`