1

I have a list in my application that shows the running apps and also i want to show used ram by the running application . (other apps)

also i don't want to use this code :

Intent intent = new Intent();
            intent.setAction(Intent.ACTION_VIEW);
            intent.setClassName("com.android.settings",  "com.android.settings.RunningServices");

please give me a solution . thank you!

Smile
  • 375
  • 1
  • 3
  • 13
  • check if [this helps](http://stackoverflow.com/questions/2298208/how-to-discover-memory-usage-of-my-application-in-android) – Straw Hat Jan 08 '14 at 07:26

0 Answers0