I need a way to find out which User initiated apps/processes are running on the device. Similar to what ATK and other task killers do.
I've been looking at ActivityManager.getRunningAppProcesses(), but I can't tell from ActivityManager.RunningAppProcessInfo which processes are system processes and which are apps. ATK and others only display apps to kill, not system apps like Phone, MMS, etc. Can someone tell me how to retrieve apps/processes the way they do? Thanks! -- 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

