2021-08-26 13:39:26 +07:00
|
|
|
# settings
|
|
|
|
|
2022-10-03 18:59:40 +07:00
|
|
|
> Tampilkan informasi terhadap pengaturan sistem operasi Android.
|
2025-08-08 13:59:17 -07:00
|
|
|
> Informasi lebih lanjut: <https://web.archive.org/web/20240525010124/https://adbinstaller.com/commands/adb-shell-settings-5b670d5ee7958178a2955536>.
|
2021-08-26 13:39:26 +07:00
|
|
|
|
2022-10-03 18:59:40 +07:00
|
|
|
- Tampilkan daftar pengaturan di dalam namespace `global`:
|
2021-08-26 13:39:26 +07:00
|
|
|
|
|
|
|
`settings list {{global}}`
|
|
|
|
|
2022-10-03 18:59:40 +07:00
|
|
|
- Tampilkan nilai dari pengaturan tertentu:
|
2021-08-26 13:39:26 +07:00
|
|
|
|
|
|
|
`settings get {{global}} {{airplane_mode_on}}`
|
|
|
|
|
2022-10-03 18:59:40 +07:00
|
|
|
- Setel nilai pengaturan tertentu:
|
2021-08-26 13:39:26 +07:00
|
|
|
|
|
|
|
`settings put {{system}} {{screen_brightness}} {{42}}`
|
|
|
|
|
2022-10-03 18:59:40 +07:00
|
|
|
- Hapus nilai pengaturan tertentu:
|
2021-08-26 13:39:26 +07:00
|
|
|
|
|
|
|
`settings delete {{secure}} {{screensaver_enabled}}`
|