android/*: add Ukrainian translation (#11317)

* android/*: add Ukrainian translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Bohdan Karashchuk
2023-10-28 11:16:11 +03:00
committed by GitHub
parent 29f38bdece
commit ae66fa6d6f
14 changed files with 274 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# 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}}`