Hi,
Is it possible to retrieve some of the system setting programmatically?
e.g
*The screen saver time out.
*whether the background image is in use or not.
Thanks.
Hi,
I found that there is a class called CUserActivityManager for Series60 which I guessed that can be used to get the timeout for the screen saver but I do not have the header.
Are there any alternative solutions?
FYI,
I ve tried to figure out some part of the classes but I don't know the parent class.
class CUserActivityManager(ublic CXXX if any)
{
public:
IMPORT_C static CUserActivityManager* NewL();
IMPORT_C void RunL();
IMPORT_C void SetInactivityTimeout(TTimeIntervalSeconds);
IMPORT_C Start(TTimeIntervalSeconds,TCallBack);
....
};
Nokia forum team & all others Symbian Guys,Please advise.