Sanjay wrote: > I want to use the usage stats data (Application Name, Counts, Usage > Time) in my application and to store the data locally. I looked at the > SpareParts app code which just triggers the UsageStats activity > whenever user opens the Usage Statistics. > > Could anyone please help me out how to store the UsageStats data > locally in my application?
For your own application, just keep track of the counts yourself, or use an analytics service like Flurry. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books -- 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

