uifw/AknGlobalUI/AknCapServer/src/aknphonekeyforwarder.cpp
branchRCL_3
changeset 56 d48ab3b357f1
parent 55 aecbbf00d063
--- a/uifw/AknGlobalUI/AknCapServer/src/aknphonekeyforwarder.cpp	Tue Aug 31 15:28:30 2010 +0300
+++ b/uifw/AknGlobalUI/AknCapServer/src/aknphonekeyforwarder.cpp	Wed Sep 01 12:16:19 2010 +0100
@@ -18,11 +18,17 @@
 #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);