mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
adb-shell: fix translation
This commit is contained in:
parent
dfaeee1a69
commit
7278deaa34
1 changed files with 3 additions and 4 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
- Revoca un permesso pericoloso da un'applicazione:
|
||||
|
||||
`adb shell pm revoke {{package}} {{permission}}`
|
||||
`adb shell pm revoke {{pacchetto}} {{permesso}}`
|
||||
|
||||
- Attiva un evento chiave:
|
||||
|
||||
|
@ -25,13 +25,12 @@
|
|||
|
||||
- Pulisce i dati di un'applicazione sull'emulatore o dispositivo:
|
||||
|
||||
`adb shell pm clear {{package}}`
|
||||
`adb shell pm clear {{pacchetto}}`
|
||||
|
||||
- Avvia un'attività sull'emulatore/dispositivo:
|
||||
|
||||
`adb shell am start -n {{package}}/{{activity}}`
|
||||
`adb shell am start -n {{pacchetto}}/{{attività}}`
|
||||
|
||||
- Avvia la schermata iniziale sull'emulatore o dispositivo:
|
||||
|
||||
`adb shell am start -W -c android.intent.category.HOME -a android.intent.action.MAIN`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue