Fixed the problem that contact app-control is not work properly with native contact...
authorJaehwa Shin <jaehwa.shin@samsung.com>
Fri, 19 Apr 2013 10:49:49 +0000 (19:49 +0900)
committerJaehwa Shin <jaehwa.shin@samsung.com>
Fri, 19 Apr 2013 10:49:49 +0000 (19:49 +0900)
Change-Id: Iba1a16d3a2f1f61f18601e4fb3ac5e6acbc25263
Signed-off-by: Jaehwa Shin <jaehwa.shin@samsung.com>
src/contact-app-control/ContactAppControlDllEntry.cpp

index 0ccc87f..6ab0dd4 100644 (file)
@@ -537,7 +537,7 @@ StartAppControl(int req, const String& aId, const String& oId, const String* pUr
                pCb = OnAppControlResultTizen;
        }
 
-       const String& package = _AppControlManager::GetAliasAppId(aId);
+       const String& package = _AppControlManager::GetAliasAppId(providerAppId);
 
        __processId = _AppControlManager::GetInstance()->Launch(msg, package, operation, pActualUri, pMime, pCb, 0);
        SysTryReturnResult(NID_APP, __processId >= 0, E_SYSTEM, "StartAppControl: Launching Contact AppControl is failed.");