I have developed one application which will auto run my application when i switched on phone and it should be auto hide immediately after open.
i have used
TApaTask myTask(iEikonEnv->WsSession());
myTask.SetWgId(CEikonEnv::Static()->RootWin().Identifier());
myTask.SendToBackground();
i have written this code at AppUi ConstructL().it is also working.
My problem is that ---->
When i want to start my application from menu definitely it will hide aromatically bcoz hide code is written in ConstructL().
So what should i do to avoid this..
how can i hide from my auto run application....
any 1 can help
thanks

Reply With Quote



