I can't get answer from SDK help.
someone tell me?
on this command should your application close itself...
Usually, used like this:
It can be called from your menu, or by framework...Code:void CMyAppUi::HandleCommandL(TInt aCommand) { switch ( aCommand ) { case EEikCmdExit: { Exit(); break; } ...etc...