On Apr 25, 1:04 am, AndreySerj <[EMAIL PROTECTED]> wrote: > Thanks for your reply. > I should specify my needs: I want to monitor exactly any running > android-applications (installed .apks, not -tasks-) from my own > application so that one can hold and represent such information about > theirs as: name, icon ... of applications that was running recently or > at present time. Is there any way to implement this feature on > Android ? Is there any way to get such information from my code ?
That's what those APIs do. As I said, while they don't necessarily map 1:1 to .apks, but they do match the user's experience. If you want to monitor processes, you can go through the /proc filesystem. Those are the two pieces of information there are. There is no "list of running applications." --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

