- Now db recovery requests tries to detect given pkg is
installed at external storage or not.
Change-Id: I74858c14eeb25cd4e9606d2ddf4884de74af0e61
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
if (req_type == RequestType::ManifestDirectInstall ||
req_type == RequestType::ManifestDirectUpdate ||
req_type == RequestType::ManifestPartialInstall ||
- req_type == RequestType::ManifestPartialUpdate) {
+ req_type == RequestType::ManifestPartialUpdate ||
+ req_type == RequestType::RecoverDB) {
App2ExtDynamicService service;
std::string image_path = service.GetExternalImagePath(
context_->pkgid.get().c_str(), context_->uid.get());