android/*: add French translation (#6716)
This commit is contained in:
16
pages.fr/android/cmd.md
Normal file
16
pages.fr/android/cmd.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# cmd
|
||||
|
||||
> Manager de service Android.
|
||||
> Plus d'informations : <https://cs.android.com/android/platform/superproject/+/master:frameworks/native/cmds/cmd/>.
|
||||
|
||||
- Liste tous les services en cours d'exécution :
|
||||
|
||||
`cmd -l`
|
||||
|
||||
- Appelle un service spécifique :
|
||||
|
||||
`cmd {{alarm}}`
|
||||
|
||||
- Appelle un service avec des arguments :
|
||||
|
||||
`cmd {{vibrator}} {{vibrate 300}}`
|
Reference in New Issue
Block a user