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:
@@ -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}}`
|
||||
|
||||
|
Reference in New Issue
Block a user