Open leossmith opened 2 years ago
Package uses android.app.usage to collect usage events, and there are no properties related to RAM/CPU/Battery in that.
But by using other classes like ActivityManager.MemoryInfo and ActivityManager it might be possible.
Is it possible to add stats for RAM, CPU and / or Battery usage for the processes listed?
thank you.