summaryrefslogtreecommitdiff
path: root/src/common/service_impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/service_impl.cpp')
-rw-r--r--src/common/service_impl.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/service_impl.cpp b/src/common/service_impl.cpp
index fad26cc8..188cde50 100644
--- a/src/common/service_impl.cpp
+++ b/src/common/service_impl.cpp
@@ -524,7 +524,8 @@ int ServiceImpl::appInstall(const Credentials &creds, app_inst_req &&req)
PrivilegeDb::getInstance().BeginTransaction();
- PrivilegeDb::getInstance().AddApplication(req.appName, req.pkgName, req.uid, req.tizenVersion, req.authorName);
+ PrivilegeDb::getInstance().AddApplication(req.appName, req.pkgName, req.uid,
+ req.tizenVersion, req.authorName, req.isHybrid);
/* Get all application ids in the package to generate rules withing the package */
PrivilegeDb::getInstance().GetPkgApps(req.pkgName, pkgContents);
PrivilegeDb::getInstance().GetPkgAuthorId(req.pkgName, authorId);