Files
tldr/pages.tr/android/settings.md

21 lines
509 B
Markdown
Raw 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 işletim sistemi ile ilgili bilgi al.
> Daha fazla bilgi: <https://adbinstaller.com/commands/adb-shell-settings-5b670d5ee7958178a2955536>.
- `global` isim alanındaki ayarların sırasını görüntüle:
`settings list {{global}}`
- Belirtilen ayarın değerini al:
`settings get {{global}} {{airplane_mode_on}}`
- Bir ayarın değerini belirle:
`settings put {{system}} {{screen_brightness}} {{42}}`
- Belirtilen ayarı sil:
`settings delete {{secure}} {{screensaver_enabled}}`