android/*: add Polish translations (#8744)

This commit is contained in:
Victoria Kruczek
2022-10-11 13:26:12 +03:00
committed by GitHub
parent d5a7580dfa
commit ac52c289d3
7 changed files with 154 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# settings
> Uzyskaj informacje o systemie operacyjnym Android.
> Więcej informacji: <https://adbinstaller.com/commands/adb-shell-settings-5b670d5ee7958178a2955536>.
- Listuj ustawienia w przestrzeni `global`:
`settings list {{global}}`
- Wyświetl wartość określonego ustawienia:
`settings get {{global}} {{airplane_mode_on}}`
- Ustaw wartość dla określonego ustawienia:
`settings put {{system}} {{screen_brightness}} {{42}}`
- Delete a specific setting:
`settings delete {{secure}} {{screensaver_enabled}}`