android/*: add Ukrainian translation (#11317)
* android/*: add Ukrainian translation --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:

committed by
GitHub

parent
29f38bdece
commit
ae66fa6d6f
20
pages.uk/android/settings.md
Normal file
20
pages.uk/android/settings.md
Normal 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}}`
|
Reference in New Issue
Block a user