0

Is there any way to get statistics about other application launches in Android system?

Specifically I have the following questions:

  • How many times other applications was launched?
  • How much time user spent in other applications?

Is there any API for getting such kind of information in Android?

Thanks in advance.

pvshnik
  • 1,760
  • 3
  • 12
  • 14

1 Answers1

0

No, you cannot. You can add google analytics or the like utilities to your application but you cannot sniff what other people do with their own unless they publish such data.

eduyayo
  • 2,020
  • 2
  • 15
  • 35