Files
tldr/pages.bn/android/settings.md
K.B.Dharun Krishna 5c26174aa9 pages/*: update links and more info link script (#11390)
* pages/*: update links and more info link script

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* cleanup: reformat code

* ax-webapp: fix link

* curl: fix false positive

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-06 23:14:12 +05:30

21 lines
821 B
Markdown

# settings
> Android OS সম্পর্কে তথ্য পান।
> আরও তথ্য পাবেন: <https://adbinstaller.com/commands/adb-shell-settings-5b670d5ee7958178a2955536>।
- `global` নামস্থানে সেটিংসের একটি তালিকা প্রদর্শন করুন:
`settings list {{গ্লোবাল}}`
- একটি নির্দিষ্ট সেটিং এর মান পান:
`settings get {{global}} {{airplane_mode_on}}`
- একটি সেটিং এর একটি নির্দিষ্ট মান সেট করুন:
`settings put {{system}} {{screen_brightness}} {{1..100}}`
- একটি নির্দিষ্ট সেটিং মুছুন:
`settings delete {{secure}} {{screensaver_enabled}}`