android/*: add pt_PT translations (#8935)
This commit is contained in:

committed by
GitHub

parent
892e710a58
commit
8d6710a58c
20
pages.pt_PT/android/settings.md
Normal file
20
pages.pt_PT/android/settings.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# settings
|
||||
|
||||
> Exibe, edita e apaga configurações do sistema Android.
|
||||
> Mais informações: <https://adbinstaller.com/commands/adb-shell-settings-5b670d5ee7958178a2955536>.
|
||||
|
||||
- Exibir a lista de configurações no namespace `global`:
|
||||
|
||||
`settings list {{global}}`
|
||||
|
||||
- Obter o valor de uma configuração específica:
|
||||
|
||||
`settings get {{global}} {{airplane_mode_on}}`
|
||||
|
||||
- Editar o valor de uma configuração:
|
||||
|
||||
`settings put {{system}} {{screen_brightness}} {{42}}`
|
||||
|
||||
- Apagar uma configuração:
|
||||
|
||||
`settings delete {{secure}} {{screensaver_enabled}}`
|
Reference in New Issue
Block a user