adb-shell: add Spanish translation, update English page (#9868)

* adb-shell: add Spanish translation

* Update adb-shell.md

* adb-shell: update / to or

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Darío Hereñú
2023-02-19 08:39:26 -03:00
committed by GitHub
parent ef417f9ab5
commit c566cd03b4
2 changed files with 38 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
> Android Debug Bridge Shell: Run remote shell commands on an Android emulator instance or connected Android devices.
> More information: <https://developer.android.com/studio/command-line/adb>.
- Start a remote interactive shell on the emulator/device:
- Start a remote interactive shell on the emulator or device:
`adb shell`
@@ -27,7 +27,7 @@
`adb shell pm clear {{package}}`
- Start an activity on emulator/device:
- Start an activity on emulator or device:
`adb shell am start -n {{package}}/{{activity}}`