3

I want to create an application lock for requests from the Tizen platform. I want my application to be called every time when another application (which is to be locked) is launched and it comes in foreground.

Ideas for both native as well as web applications are welcomed.

Eduard Florinescu
  • 16,747
  • 28
  • 113
  • 179
  • 2
    Welcome to Stack Overflow! I improved grammar/spelling to make your question easier to digest. You should also consider showing evidence of approaches you've tried (reference code or tool/frameworks) as you are more likely to receive assistance if you show you've made a significant effort already. – eebbesen Mar 12 '15 at 11:39

1 Answers1

0

You can use systemd capabilities. You must adjust properly Unit file of your service (specify Wants or WahtedBy and etc.. see systemd man). For ex., systemd can run your service if someone tries to communicate on your service socket!!!