Files
tldr/pages.ru/android/settings.md
dmorozov001 0b05f566db android/*: add Russian translation (#9421)
* creating android

* Delete android

* Create am.md

* Update am.md

* Create bugreport.md

* Create bugreportz.md

* Create cmd.md

* Create dalvikvm.md

* Update am.md

* Create dumpsys.md

* Create getprop.md

* Create input.md

* Create logcat.md

* Create pkg.md

* Create pm.md

* Create screencap.md

* Create settings.md

* Create wm.md

* Update bugreportz.md

* Update getprop.md

* Update pages.ru/android/logcat.md

* Apply suggestions from code review

* Update am.md

* Update pages.ru/android/am.md

* Update bugreportz.md

* Update cmd.md

* Update dalvikvm.md

* Update dumpsys.md

* Update getprop.md

* Update input.md

* Update logcat.md

* Update pkg.md

* Update pm.md

* Update screencap.md

* Update settings.md

* Update wm.md

* Update pages.ru/android/bugreport.md

* Apply suggestions from code review
2022-12-04 05:21:23 +10:00

21 lines
669 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# settings
> Получить информацию об операционной системе Android.
> Больше информации: <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}}`