我用了
app_control_h app_control;
app_control_create(&app_control);
app_control_set_operation(app_control, APP_CONTROL_OPERATION_DEFAULT);
app_control_set_app_id(app_control, "com.dumadugames.FootballKickFlick");
if (app_control_(app_control, NULL,NULL) == APP_CONTROL_ERROR_NONE)
{
//code for successfull load web site
}
else
{
//Code for log error.
}
app_control_destroy(app_control);
所以它没有打开特定的应用程序。我也优先考虑。
我是 TIZEN 的新手,所以请帮助我。在我完成之前,我正在制作一个 basicui 和一个用于小部件的应用程序,但我需要将两者集成在一起,所以我将如何给出一些想法,如果你有基础示例。谢谢提前很多。对不起我的英语不好。