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

adb-{install, reverse, shell}: simplify descriptions (#14011)

* Update adb-shell.md

* Update adb-install.md

* Update adb-reverse.md
This commit is contained in:
Managor 2024-10-08 19:18:11 +03:00 committed by GitHub
parent 8ae72b3560
commit 167f3fa072
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# adb install
> Android Debug Bridge Install: push packages to an Android emulator instance or connected Android devices.
> Push packages to a connected Android device or emulator.
> More information: <https://developer.android.com/tools/adb>.
- Push an Android application to an emulator/device:

View file

@ -1,6 +1,6 @@
# adb reverse
> Android Debug Bridge Reverse: reverse socket connections from an Android emulator instance or connected Android devices.
> Reverse socket connections from a connected Android device or emulator.
> More information: <https://developer.android.com/tools/adb>.
- List all reverse socket connections from emulators and devices:

View file

@ -1,6 +1,6 @@
# adb shell
> Android Debug Bridge Shell: run remote shell commands on an Android emulator instance or connected Android devices.
> Run shell commands on a connected Android device or emulator.
> More information: <https://developer.android.com/tools/adb>.
- Start a remote interactive shell on the emulator or device: