diff -r 558113899881 -r b3425bf29f82 uifw/AknGlobalUI/AknCapServer/src/aknphonekeyforwarder.cpp --- a/uifw/AknGlobalUI/AknCapServer/src/aknphonekeyforwarder.cpp Mon May 03 12:45:33 2010 +0300 +++ b/uifw/AknGlobalUI/AknCapServer/src/aknphonekeyforwarder.cpp Wed Jun 23 05:40:10 2010 +0800 @@ -18,17 +18,11 @@ #include #include // needed because activeidle2domainpskeys.h doesn't include this #include "AknCapServerEntry.h" -#include // yet another nasty dep #define KPhoneAppUid TUid::Uid(0x100058B3) TBool AknPhoneKeyForwarder::ForwardKeyToPhoneApp(TAny* aKeyEvent) { - RProperty::Set( - KPSUidAiInformation, - KActiveIdleState, - EPSAiNumberEntry ); - RWsSession& ws = CCoeEnv::Static()->WsSession(); TApaTaskList list(ws); TApaTask phone = list.FindApp(KPhoneAppUid);