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:
parent
8ae72b3560
commit
167f3fa072
3 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue