Hi everybody,
I have a List of RunningTasks:
ActivityManager am = (ActivityManager)getSystemService
(ACTIVITY_SERVICE);
List<ActivityManager.RunningTaskInfo> list = am.getRunningTasks
(10);
and i can to get the app icon of each Task (i.e.):
pm = getPackageManager();
pm.getApplicationIcon("com.giu.browser");
Now, how can I get the memory used by a Task? I don't find nothing
like that in the api reference.
The class RunningTaskInfo has not nothing about memory used.
Any idea?
Thanks in advance,
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---