언어 설정

Menu
Sites
Language
How to change screen off time (setting)
Thank you for helping me always. I made for gesture control for Tizen (like screen on,off, volume control, etc...) however, How to change screen off time ? It is a necessary function. We would appreciate if you could help.
답변 바로가기

Responses

2 댓글
Mark as answer
Alex Dem

Hi,
If you mean how to set another value of backlight time(see also Setting->Display->Backlight time)

you could try to use Tizen::System::SettingInfo::SetValue() with key

http://tizen.org/setting/screen.backlight.time

See also:
https://developer.tizen.org/dev-guide/2.2.1/org.tizen.native.appprogramming/html/guide/system/settings_info.htm
Alexey.

규민 고

correct, thanks for answer ;-)