android/*: add Polish translations (#8744)
This commit is contained in:
20
pages.pl/android/settings.md
Normal file
20
pages.pl/android/settings.md
Normal 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}}`
|
Reference in New Issue
Block a user