Skip to content

Commit

Permalink
pages.: add standard translation of android(tldr-pages#11146)
Browse files Browse the repository at this point in the history
  • Loading branch information
subaseyy committed Oct 22, 2023
1 parent 8d1bf53 commit ac7c926
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pages.ne/android/am.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# am

> एन्ड्रोइड गतिविधि प्रबन्धक।
> थप जानकारी: <https://developer.android.com/studio/command-line/adb#am>.
- एक विशेष गतिविधि सुरु गर्नुहोस्:

`am start -n {{com.android.settings/.Settings}}`

- एउटा गतिविधि सुरु गर्नुहोस् र यसलाई [d] डाटा पास गर्नुहोस्:
`am start -a {{android.intent.action.VIEW}} -d {{tel:123}}`

- एक विशिष्ट कार्य र [c] श्रेणीसँग (category) मेल खाने गतिविधि सुरु गर्नुहोस्:

`am start -a {{android.intent.action.MAIN}} -c {{android.intent.category.HOME}}`

- एउटा उद्देश्यलाई URI मा रूपान्तरण गर्नुहोस्:

`am to-uri -a {{android.intent.action.VIEW}} -d {{tel:123}}`

0 comments on commit ac7c926

Please sign in to comment.