android/*: add Indonesian translation (#6399)
This commit is contained in:

committed by
GitHub

parent
b0cb85ae98
commit
2ff6d3a89f
20
pages.id/android/settings.md
Normal file
20
pages.id/android/settings.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# settings
|
||||
|
||||
> Menampilkan informasi terhadap pengaturan sistem operasi Android.
|
||||
> Informasi lebih lanjut: <https://adbinstaller.com/commands/adb-shell-settings-5b670d5ee7958178a2955536>.
|
||||
|
||||
- Menampilkan daftar pengaturan di dalam namespace `global`:
|
||||
|
||||
`settings list {{global}}`
|
||||
|
||||
- Menampilkan nilai dari pengaturan tertentu:
|
||||
|
||||
`settings get {{global}} {{airplane_mode_on}}`
|
||||
|
||||
- Menyetel nilai pengaturan tertentu:
|
||||
|
||||
`settings put {{system}} {{screen_brightness}} {{42}}`
|
||||
|
||||
- Menghapus nilai pengaturan tertentu:
|
||||
|
||||
`settings delete {{secure}} {{screensaver_enabled}}`
|
Reference in New Issue
Block a user