mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
am, bugreport: add Nepali translation (#11155)
Co-authored-by: Subas Kandel <69797726+subasoffl@users.noreply.github.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
53ce91d63e
commit
a624ad6fac
2 changed files with 29 additions and 0 deletions
20
pages.ne/android/am.md
Normal file
20
pages.ne/android/am.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# 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}}`
|
9
pages.ne/android/bugreport.md
Normal file
9
pages.ne/android/bugreport.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# bugreport
|
||||
|
||||
> एन्ड्रोइड बग रिपोर्ट देखाउनुहोस्।
|
||||
> यो आदेश `adb shell` मार्फत मात्र प्रयोग गर्न सकिन्छ।
|
||||
> थप जानकारी: <https://cs.android.com/android/platform/superproject/+/main:frameworks/native/cmds/bugreport>.
|
||||
|
||||
- एन्ड्रोइड उपकरणको पूर्ण बग रिपोर्ट प्रदर्शन गर्नुहोस्:
|
||||
|
||||
`bugreport`
|
Loading…
Add table
Reference in a new issue