mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
pm, settings: refresh pages (#9717)
* Refresh `pm`: - simplify descriptions - fix placeholder for keywords * Refresh `settings`: - deprecate `the` in favor of `a` * pm,settings: update Tamil translation Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
cbb8ded234
commit
d6699a289f
4 changed files with 18 additions and 18 deletions
|
@ -1,24 +1,24 @@
|
|||
# pm
|
||||
|
||||
> ஆண்ட்ராய்டு சாதனத்தில் ஆப்ஸ் பற்றிய தகவலைக் காட்டவும்.
|
||||
> ஆண்ட்ராய்டு சாதனத்தில் பயன்பாடுகள் பற்றிய தகவலைக் காண்பி.
|
||||
> மேலும் விவரத்திற்கு: <https://developer.android.com/studio/command-line/adb#pm>.
|
||||
|
||||
- நிறுவப்பட்ட அனைத்து பயன்பாடுகளின் பட்டியலை அச்சிடவும்:
|
||||
- நிறுவப்பட்ட அனைத்து பயன்பாடுகளையும் பட்டியலிடுங்கள்:
|
||||
|
||||
`pm list packages`
|
||||
|
||||
- நிறுவப்பட்ட அனைத்து கணினி பயன்பாடுகளின் பட்டியலை அச்சிடவும்:
|
||||
- நிறுவப்பட்ட அனைத்து கணினி பயன்பாடுகளையும் பட்டியலிடுங்கள்:
|
||||
|
||||
`pm list packages -s`
|
||||
|
||||
- நிறுவப்பட்ட அனைத்து மூன்றாம் தரப்பு பயன்பாடுகளின் பட்டியலை அச்சிடவும்:
|
||||
- நிறுவப்பட்ட அனைத்து மூன்றாம் தரப்பு பயன்பாடுகளையும் பட்டியலிடுங்கள்:
|
||||
|
||||
`pm list packages -3`
|
||||
|
||||
- குறிப்பிட்ட முக்கிய வார்த்தைகளுடன் பொருந்தக்கூடிய பயன்பாடுகளின் பட்டியலை அச்சிடவும்:
|
||||
- குறிப்பிட்ட முக்கிய வார்த்தைகளுடன் பொருந்தக்கூடிய பயன்பாடுகளை பட்டியலிடுங்கள்:
|
||||
|
||||
`pm list packages {{முக்கிய_வார்த்தைகள்}}`
|
||||
`pm list packages {{முக்கிய_வார்த்தை1 முக்கிய_வார்த்தை2 ...}}`
|
||||
|
||||
- ஒரு குறிப்பிட்ட பயன்பாட்டின் APK இன் பாதையை அச்சிடவும்:
|
||||
- குறிப்பிட்ட பயன்பாட்டின் APK இன் பாதையைக் காண்பி:
|
||||
|
||||
`pm path {{செயலி}}`
|
||||
|
|
|
@ -11,10 +11,10 @@
|
|||
|
||||
`settings get {{குளோபல்}} {{விமானம்_முறை_ஆன்}}`
|
||||
|
||||
- அமைப்பின் மதிப்பை அமைக்கவும்:
|
||||
- ஒரு அமைப்பின் குறிப்பிட்ட மதிப்பை அமைக்கவும்:
|
||||
|
||||
`settings put {{குளோபல்}} {{திரை_பிரகாசம்}} {{42}}`
|
||||
|
||||
- Delete a specific setting:
|
||||
- ஒரு குறிப்பிட்ட அமைப்பை நீக்கு:
|
||||
|
||||
`settings delete {{பாதுகாப்பான}} {{திரை_சேமிப்பான்_இயக்கப்பட்டது}}`
|
||||
|
|
|
@ -1,24 +1,24 @@
|
|||
# pm
|
||||
|
||||
> Show information about apps on an Android device.
|
||||
> Display information about apps on an Android device.
|
||||
> More information: <https://developer.android.com/studio/command-line/adb#pm>.
|
||||
|
||||
- Print a list of all installed apps:
|
||||
- List all installed apps:
|
||||
|
||||
`pm list packages`
|
||||
|
||||
- Print a list of all installed system apps:
|
||||
- List all installed system apps:
|
||||
|
||||
`pm list packages -s`
|
||||
|
||||
- Print a list of all installed 3rd-Party apps:
|
||||
- List all installed 3rd-Party apps:
|
||||
|
||||
`pm list packages -3`
|
||||
|
||||
- Print a list of apps matching specific keywords:
|
||||
- List apps matching specific keywords:
|
||||
|
||||
`pm list packages {{keywords}}`
|
||||
`pm list packages {{keyword1 keyword2 ...}}`
|
||||
|
||||
- Print the path of the APK of a specific app:
|
||||
- Display a path of the APK of a specific app:
|
||||
|
||||
`pm path {{app}}`
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
|
||||
`settings list {{global}}`
|
||||
|
||||
- Get the value of a specific setting:
|
||||
- Get a value of a specific setting:
|
||||
|
||||
`settings get {{global}} {{airplane_mode_on}}`
|
||||
|
||||
- Set the value of a setting:
|
||||
- Set a specific value of a setting:
|
||||
|
||||
`settings put {{system}} {{screen_brightness}} {{42}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue