diff -r bab96b7ed1a4 -r f39ed5e045e0 phoneapp/phoneui2/src/main.cpp --- a/phoneapp/phoneui2/src/main.cpp Tue Jun 15 14:14:38 2010 +0100 +++ b/phoneapp/phoneui2/src/main.cpp Thu Jul 22 16:33:21 2010 +0100 @@ -19,6 +19,7 @@ #include #include #include +#include #include "hbphonemainwindow.h" @@ -27,5 +28,6 @@ { HbApplication app (argc, argv, Hb::NoSplash); HbPhoneMainWindow window; + XQServiceUtil::toBackground( true ); return app.exec (); }