Hi,
I am developing app where I need have disabled auto lock and turning off display. How can I do this? Sorry for english.
THX
Hi,
I am developing app where I need have disabled auto lock and turning off display. How can I do this? Sorry for english.
THX
http://www.developer.nokia.com/Commu..._in_Symbian_OS
easiest way is to call User::ResetInactivityTime(); in your paint loop.
of course not in a loop in sense of having for/while loops, basically best option propably would to have timer which would emit signal and in the receiving slot you could then use the User::ResetInactivityTime(); API call.