mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* 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>
631 B
631 B
settings
دریافت اطلاعات مربوط به سیستم عامل اندروید. اطلاعات بیشتر: https://adbinstaller.com/commands/adb-shell-settings-5b670d5ee7958178a2955536.
- نمایش یک فهرست از تنظیمات داخل فضای نام
global
:
settings list {{global}}
- دریافت مقدار یک تنظیم مشخص :
settings get {{global}} {{airplane_mode_on}}
- انتصاب یک مقدار مشخص به یک تنظیم :
settings put {{system}} {{screen_brightness}} {{42}}
- حذف یک تنظیم مشخص :
settings delete {{secure}} {{screensaver_enabled}}