Hi All,
My application does not exit when it is in back ground and i press the back key of mobile it gives do you want to exit if i say yes then it doesn't exit,and this is must for symbian signing.
actually in AppUi i m doing
case EEikCmdExit:
ExternalizeSettingsDataL();
iIndicatorIcon->SetIndicatorIconL();
ApplicationUtils::SendToBackground(KUidXfoneApp);
if(!(iAppEngine->iEnable))
iAppEngine->Start();
break;
case EAknSoftkeyExit:
ExternalizeSettingsDataL();
Exit();
break;
So plz help me.

Reply With Quote



