1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.fa/android/am.md
mortalpuppet 39cea3c17d
2to3, 7za, 7zr, [, [[, android/*: add Farsi Translation; 7z: update Farsi Translation (#10603)
* 2to3, 7za, 7zr, [, [[, android/*: add Farsi Translation; 7z: update Farsi Translation

---------

Co-authored-by: mortalpuppet <misagh.sj@mgail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-09-14 21:01:28 +05:30

704 B

am

مدیر فعالیت های اندروید اطلاعات بیشتر: 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}}