2021-10-27 19:51:55 +01:00
|
|
|
# am
|
|
|
|
|
|
|
|
> Android faoliyat boshqaruvi.
|
2024-02-22 12:23:50 +00:00
|
|
|
> Ko'proq malumot: <https://developer.android.com/tools/adb#am>.
|
2021-10-27 19:51:55 +01:00
|
|
|
|
|
|
|
- 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}}`
|