0

I am developing an app in which I want to know that which application is opened by the user. Like If the user opens play store, that I want to know that the play store is opened or user clicked on Play store Icon.

Deniz
  • 12,332
  • 10
  • 44
  • 62
abhi
  • 154
  • 16
  • have a look at this http://stackoverflow.com/questions/11346557/how-to-detect-when-the-user-launches-another-app-android – codePG Aug 26 '14 at 08:19
  • please refer my answer in this post http://stackoverflow.com/questions/25500562/listener-when-an-application-is-started/25500608#25500608 – Sam Aug 26 '14 at 08:19

1 Answers1

0

use a Service that tracks all of the running application

please refer the post here

Listener when an application is started?

Community
  • 1
  • 1
Sam
  • 4,046
  • 8
  • 31
  • 47