1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-06 20:13:20 +02:00
tldr/pages.ne/android/am.md
K.B.Dharun Krishna 8538a31451
pages/*: add standard translation and links (#11331)
* pages/*: add standard translation and links

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* fix1: false positives; standardize Bengali, Hindi, Nepali periods

* fix: periods in recently added Bengali pages

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* fix: false positives in modified files

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* cleanup: update to native period in Bengali l10n

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-06 14:02:31 +05:30

980 B

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}}