How to get android background running process details
I want to list all background running processes and get details of those from one background service(Without UI). Details are as follows: 1. Name 2. Memory usage 3. Application related to process 4. Files they are accessing 5. Last modified time of files I can get list of background running processes but how to get memory usage, Files they are accessing and Last modified time of files. Is this possible to implement at API level? Can anyone guide me How to do this? Can anybody give me idea or suggest useful link related to this. The Running Services UI uses getRunningAppProcesses ,