am, bugreport, bugreportz, cmd, dalvikvm, dumpsys: add Uzbek language (#7041)

This commit is contained in:
Javlon
2021-10-27 23:51:55 +05:00
committed by GitHub
parent 9aeda55ed8
commit 90d0ec0491
6 changed files with 103 additions and 0 deletions

20
pages.uz/android/am.md Normal file
View File

@@ -0,0 +1,20 @@
# am
> Android faoliyat boshqaruvi.
> Ko'proq malumot: <https://developer.android.com/studio/command-line/adb#am>.
- Anniq bir faoliyatni boshlash:
`am start -n {{com.android.settings/.Settings}}`
- Faoliyatni boshlash va unga malumot o'tkazish:
`am start -a {{android.intent.action.VIEW}} -d {{tel:123}}`
- Biron harakat va kategoriyaga mos keluvchi faoliyatni boshlash:
`am start -a {{android.intent.action.MAIN}} -c {{android.intent.category.HOME}}`
- Intentni URI ga o'zgartirish:
`am to-uri -a {{android.intent.action.VIEW}} -d {{tel:123}}`