I have a similar problem. I want to create a simple widget that provides shortcuts to the apps that the user uses most. So, in the perfect world, the SDK would provide me with a simple list of how many times each app has been launched by the user. This doesn't exist in my knowledge, so I need to detect the launches my self. Thusfar I have done this by wading through logcat (ActivityManager) output. It worked in 2.2.x or something like that, but not any more in 4.x.x as the logcat output has been made uninformative. Polling the running processes list also isn't very good approach as already stated here.
I would like to know how can I make my little widget work? -- 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

