android/*: add Russian translation (#9421)
* creating android * Delete android * Create am.md * Update am.md * Create bugreport.md * Create bugreportz.md * Create cmd.md * Create dalvikvm.md * Update am.md * Create dumpsys.md * Create getprop.md * Create input.md * Create logcat.md * Create pkg.md * Create pm.md * Create screencap.md * Create settings.md * Create wm.md * Update bugreportz.md * Update getprop.md * Update pages.ru/android/logcat.md * Apply suggestions from code review * Update am.md * Update pages.ru/android/am.md * Update bugreportz.md * Update cmd.md * Update dalvikvm.md * Update dumpsys.md * Update getprop.md * Update input.md * Update logcat.md * Update pkg.md * Update pm.md * Update screencap.md * Update settings.md * Update wm.md * Update pages.ru/android/bugreport.md * Apply suggestions from code review
This commit is contained in:
20
pages.ru/android/am.md
Normal file
20
pages.ru/android/am.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# am
|
||||
|
||||
> Менеджер активностей Android.
|
||||
> Больше информации: <https://developer.android.com/studio/command-line/adb#am>.
|
||||
|
||||
- Начать определённую активность:
|
||||
|
||||
`am start -n {{com.android.settings/.Settings}}`
|
||||
|
||||
- Начать активность и передать в неё данные:
|
||||
|
||||
`am start -a {{android.intent.action.VIEW}} -d {{tel:123}}`
|
||||
|
||||
- Начать активность соответствующую определенному действию и категории:
|
||||
|
||||
`am start -a {{android.intent.action.MAIN}} -c {{android.intent.category.HOME}}`
|
||||
|
||||
- Преобразовать намерение в URI:
|
||||
|
||||
`am to-uri -a {{android.intent.action.VIEW}} -d {{tel:123}}`
|
Reference in New Issue
Block a user