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>
This commit is contained in:
mortalpuppet
2023-09-14 19:01:28 +03:30
committed by GitHub
parent be457c6ef1
commit 39cea3c17d
20 changed files with 454 additions and 8 deletions

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

@@ -0,0 +1,20 @@
# 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}}`