android/*: use imperative mood on Indonesian translation (#8690)

This commit is contained in:
Reinhart Previano Koentjoro
2022-10-03 18:59:40 +07:00
committed by GitHub
parent 9c05558a2c
commit 0a7b28c8e5
13 changed files with 55 additions and 55 deletions

View File

@@ -1,20 +1,20 @@
# settings
> Menampilkan informasi terhadap pengaturan sistem operasi Android.
> Tampilkan informasi terhadap pengaturan sistem operasi Android.
> Informasi lebih lanjut: <https://adbinstaller.com/commands/adb-shell-settings-5b670d5ee7958178a2955536>.
- Menampilkan daftar pengaturan di dalam namespace `global`:
- Tampilkan daftar pengaturan di dalam namespace `global`:
`settings list {{global}}`
- Menampilkan nilai dari pengaturan tertentu:
- Tampilkan nilai dari pengaturan tertentu:
`settings get {{global}} {{airplane_mode_on}}`
- Menyetel nilai pengaturan tertentu:
- Setel nilai pengaturan tertentu:
`settings put {{system}} {{screen_brightness}} {{42}}`
- Menghapus nilai pengaturan tertentu:
- Hapus nilai pengaturan tertentu:
`settings delete {{secure}} {{screensaver_enabled}}`