Reputation: 1621
How can I get open and close time for all installed app. I have to create a app that will calculate app usages statics on phone.
Thanks, Ajay
Upvotes: 1
Views: 645
Reputation: 4658
On the application level you would need to run a service that periodically checks and tracks statistics itself. At the platform level, you should be able to easily make modifications to track this fairly accurately..
Upvotes: 1