The value must be "internal".
Change-Id: I2c62b13501e4bfac6efe6684bb7a2484a036efbe
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
int ret = pkgmgrinfo_appinfo_get_installed_storage_location(handle,
&installed_storage_location);
if (ret != PMINFO_R_OK) {
- installed_storage_location_ = std::string("instenal");
+ installed_storage_location_ = std::string("internal");
} else {
if (installed_storage_location == PMINFO_EXTERNAL_STORAGE)
installed_storage_location_ = std::string("external");