Measure Time Spent on Android Applications

前端 未结 2 1825
天命终不由人
天命终不由人 2021-01-05 06:58

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

2条回答
  •  甜味超标
    2021-01-05 07:29

    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

提交回复
热议问题