- Enable a item of Installed Applications in Def storage
Change-Id: I692ae4569a4374cbcaa4caa495b34f5c99d56d2b
Signed-off-by: kiso.chang <kiso.chang@samsung.com>
}
#endif
-#if 0
+
/*Install application */
- grp_title = STORAGE_STR_INSTALLED_APP_H;
- item_title = STORAGE_STR_INSTALLED_APP_B;
+ const char *grp_title = STORAGE_STR_INSTALLED_APP_H;
+ const char *item_title = STORAGE_STR_INSTALLED_APP_B;
setting_create_Gendial_field_titleItem(genlist, &itc_group_item,
grp_title,
ADD_GL_HELP(genlist, STORAGE_STR_APP_LOC_NOTICE);
-#endif
ret = vconf_notify_key_changed(storage_MMC_stat,
storage_default_mmc_changed_cb, ad);