Change-Id: I336dbfc9fcd750131c8cea43ccecfec85a80b738
{
char *home_appid = NULL;
-#ifndef TIZEN_ARCH_ARM64
if (!appid) {
home_appid = status_active_get()->setappl_selected_package_name;
} else {
home_appid = (char *) appid;
}
ret_if(!home_appid);
-#else
- /*
- * If the architecture is 64bit,
- * starter will launch menu-screen only.
- */
- _D("[64bit] menu-screen will be launched.");
- home_appid = MENU_SCREEN_PKG_NAME;
-#endif
process_mgr_must_launch(home_appid, key, val, _change_home_cb, _after_launch_home);
}