uifw/AknGlobalUI/AknCapServer/src/aknphonekeyforwarder.cpp
changeset 26 62ef28f7b435
parent 0 2f259fa3e83a
child 56 d48ab3b357f1
--- a/uifw/AknGlobalUI/AknCapServer/src/aknphonekeyforwarder.cpp	Fri May 14 16:06:26 2010 +0300
+++ b/uifw/AknGlobalUI/AknCapServer/src/aknphonekeyforwarder.cpp	Thu May 27 13:07:04 2010 +0300
@@ -18,17 +18,11 @@
 #include <e32property.h>
 #include <e32std.h> // needed because activeidle2domainpskeys.h doesn't include this
 #include "AknCapServerEntry.h"
-#include <activeidle2domainpskeys.h> // 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);