I am new to android. In my application, i want to track for how much time other applications (which are installed on device) are used (in foreground).
Is it possibl
I think that the only way to do this it's by using a background service and continuously searching which app is in foreground (it's possible by using ActivityManager).
But this solution is costly in battery