语言

Menu
Sites
Language
Blacklisting of applications

Hai all,

is it possible to blacklist the  applications in Tizen

ie i will maintain of blacklist of some applications like settings ,clock... by taking there applications ids  and when the user presses these applications i dont allow to execute these apps.

Is it possible to get the notifications  of these applications executions in my application.

 

 

 

 

 

响应

4 回复
Alex Ashirov

Hi,

I think you can use Tizen::App::IActiveAppEventListener. It's called when the active application is changed. When an UI application is launched it becomes active and you can catch that. Then you can use Tizen::App::AppManager::TerminateApplication() to terminate it.

P puvvada

Thanks a lot its working

Alex Dem

just a note:
To use these api you require partner privilege level
https://developer.tizen.org/dev-guide/2.2.1/org.tizen.gettingstarted/html/tizen_overview/partner_privileges.htm
Alexey.

P puvvada

Thanks a lot its working