언어 설정

Menu
Sites
Language
Backlight time

Hi all,

I am trying to set the Backlight time to 1 mins for an emulator. I know we can set the timing using the Settings->Display menu,  but I want to set the Backlight time from my application using code. Can anyone tell me how to do it ?

 

Edited by: Brock Boland on 17 3월, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

2 댓글
kimi
Hi Leo, use the combination of timer function and static result Tizen::System::PowerManager::KeepScreenOnState (bool keepOn,bool dimming = true) Kimi
youngsik yoon
please try Tizen::System::SettingInfo::SetValue(L"http://tizen.org/setting/screen.backlight.time", 60). the value 60 is for 1min. about the value, please refer to https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.native.appprogramming%2Fhtml%2Fguide%2Fsystem%2Fsettings_info.htm and don't forget to add privilege "http://tizen.org/privilege/setting" in your manifest.xml.