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.