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