How to set privilege on system daemon or framework services?

How to set privilege on system daemon or framework services?

BY 29 May 2015 General Support

I tried to make a brand-new fraemwork service.

(Tizen 2.2)

On the service, which works as daemon, I want to launch some applications.

So I tried to launch an application using AppManager on the daemon.

 

When I triggered my function, I met the below logs.

01-01 10:45:39.785  1475  1475 E Tizen::App: result Tizen::App::AppManager::LaunchApplication(const Tizen::App::AppId&, Tizen::App::AppManager::LaunchOption)(215) > [E_PRIVILEGE_DENIED] The application does

 

I guess this is occured because my daemon has not a privilege to launch an application.

But I did not find how to set the privilege(“http://tizen.org/privilege/application.launch”) for my daemon which does not have manifest.xml file.

The daemon has only my_daemon.manifest file on the project folder.

 

What can I do for solving the issue?

Written by