0

I want to get the ram usage of all the running applications. I've tried many times to get the ram usage of all the running applications but I'm able to get the ram usage of my own application. I'm able to go to Settings>Application manager>Download and All through my code, but I'm unable to reach Settings>Application manager>Running by my code. Please help! Thanks in advance.

Tanya
  • 1
  • 4

1 Answers1

0

Check out this link to determine data usage per application programmatically How do I discover memory usage of my application in Android?. You will need to implement your code using MemoryInfo class.

Community
  • 1
  • 1
snehal_penurkar
  • 273
  • 1
  • 3
  • 15