语言

Menu
Sites
Language
How to control the launch of some lock application by pressing the already installed application.

I want to understand how to launch an applock(my application) when some other application is launched by the user from launcher.

I tried with implicit application launch control but i guess i am missing something in permissions etc. Please help !

编辑者为: Adil Malla 22 7月, 2015

响应

6 回复
colin Rao

Hi,

f.y.i.

https://developer.tizen.org/development/guides/native-application/application-framework/application-0#app_controls

Palitsyna

Hello,

think you need to add this privilege in your tizen-manifest.xml file: http://tizen.org/privilege/appmanager.launch

And here is app control API Reference: https://developer.tizen.org/dev-guide/2.3.0/org.tizen.native.mobile.apireference/group__CAPI__APP__CONTROL__MODULE.html

Hope this will help you.

Dinal Jivani

Hello , Adil Malla

I am creating the same App can you help me out how actually its working ?

I dont know how to Launch my application before user open the locked app..

Please Help.

Thanks , Dinal jivani

Armaan-Ul- Islam

Most Probably Tizen Application Manager API offers the feature you are looking for.

Application Manager API References

Application Manager Guide

 

app_manager_set_app_context_event_cb()  registers a callback function to be invoked when the applications get launched or terminated.

K Johnson

Hi Dinal Jivani

You may go through this link. It contains detail information about App Control functioanlities. Please have a look.

Dinal Jivani

Thanks for the clue,

but as I am creating an AppLock, so if For e.g. : Calculator App is Locked 

how should I call my application to display Locks or Pattern on the Launch of Calculator App.

how should I assign call that will be called on launch of Calculator App .