settings: add Arabic translation (#22668)

Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
This commit is contained in:
Sarah Gh
2026-06-27 15:00:24 +03:00
committed by GitHub
parent 9324ad36ac
commit 51c7c763b9
+20
View File
@@ -0,0 +1,20 @@
# settings
> احصل على المزيد من المعلومات عن نظام اندرويد.
> لمزيد من التفاصيل: <https://web.archive.org/web/20240525010124/https://adbinstaller.com/commands/adb-shell-settings-5b670d5ee7958178a2955536>.
- قائمة الاعدادات في `global`:
`settings list global`
- احصل على قيمة اعدادات معينة:
`settings get {{global}} {{airplane_mode_on}}`
- حدد قيمة اعدادات محددة:
`settings put {{system}} {{screen_brightness}} {{42}}`
- احذف اعدادات معينة:
`settings delete {{secure}} {{screensaver_enabled}}`