Use AppId properly
authorJaesung Ku <jaesung.ku@samsung.com>
Tue, 3 Sep 2013 05:37:01 +0000 (14:37 +0900)
committerJaesung Ku <jaesung.ku@samsung.com>
Tue, 3 Sep 2013 05:37:01 +0000 (14:37 +0900)
Change-Id: Icc77ff47e11d3e6e61146a645a54954b65f7802f
Signed-off-by: Jaesung Ku <jaesung.ku@samsung.com>
src/AppService.cpp

index 57aadc7..f5544e7 100644 (file)
@@ -645,8 +645,8 @@ AppService::OnApplicationLaunched(const AppId& appId, Tizen::App::_AppType type)
        static bool channelServiceLaunched = false;
        static bool securityServiceLaunched = false;
 
-       const String CHANNEL_SERVICE_APPID = L"cp7ipabg4k";
-       const String SECURITY_SERVICE_APPID = L"q7097a278m";
+       const String CHANNEL_SERVICE_APPID = L"cp7ipabg4k.osp-channel-service";
+       const String SECURITY_SERVICE_APPID = L"q7097a278m.osp-security-service";
 
        if (appId == CHANNEL_SERVICE_APPID)
        {