uifw/AknGlobalUI/AknCapServer/src/aknphonekeyforwarder.cpp
changeset 33 b3425bf29f82
parent 0 2f259fa3e83a
child 56 d48ab3b357f1
--- 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 <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);