2

Possible Duplicate:
Android, Detect when other apps are launched

When stock calculator is being launched, I want for my application to be launched over top of it. Is this possible?

Community
  • 1
  • 1

1 Answers1

0

It is possible but the application must be running in the background all the time. This will consume memory and battery life.

Also I don't believe that it morally right to force an end user to use your application.

turnt
  • 3,235
  • 5
  • 23
  • 39
  • No my app will only pop up once they enable it and input a pin of their choice. And when they no longer want it to do that, they are more that free to disable it. – DaJaynae Williams Dec 01 '12 at 21:48
  • Well in that case, go attempt it. It is possible. Plus this question has been asked before on this site. – turnt Dec 01 '12 at 22:37