android/*: add French translation (#6716)
This commit is contained in:
20
pages.fr/android/am.md
Normal file
20
pages.fr/android/am.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# am
|
||||
|
||||
> Manager d'activité Android.
|
||||
> Plus d'informations : <https://developer.android.com/studio/command-line/adb#am>.
|
||||
|
||||
- Commence une activité spécifique :
|
||||
|
||||
`am start -n {{com.android.settings/.Settings}}`
|
||||
|
||||
- Commence une activité et insère de la donnée :
|
||||
|
||||
`am start -a {{android.intent.action.VIEW}} -d {{tel:123}}`
|
||||
|
||||
- Commence une activité qui correspond à une action et une catégorie spécifique :
|
||||
|
||||
`am start -a {{android.intent.action.MAIN}} -c {{android.intent.category.HOME}}`
|
||||
|
||||
- Convertis une intention en URI :
|
||||
|
||||
`am to-uri -a {{android.intent.action.VIEW}} -d {{tel:123}}`
|
Reference in New Issue
Block a user