View a printable version of the current page.
  Wiki > Symbian Developer Network Public Wiki > ... > Example source code > Hiding app from task list
  Hiding app from task list
Added by alie, last edited by rost on Mar 03, 2008  (view change)
Labels: 
(None)

If you want to hide the application from the system task list add this method to the document class:

void CApplicationDocument::UpdateTaskNameL(CApaWindowGroupName* aWgName)
	{
	CAknDocument::UpdateTaskNameL(aWgName);
	aWgName->SetHidden(ETrue);
	}

or put in this code:

CEikonEnv::Static()->RootWin().SetOrdinalPosition(0, ECoeWinPriorityNeverAtFront);

You can also use this method:

CAknAppUi::HideApplicationFromFSW()
Interactive Services Terms & Conditions of use | Terms of use | Privacy policy | Media Center | Contact us | © 2008 Symbian