An Android noobie question. Is it possible for one app to (programmatically) determine, for each app installed on a user's device:
where (3) can be either user clicks or data traffic.
Does Android OS provide an API for this kind of data?
Thank you in advance for your help.
Sure, take a look at the following classes:
There are a few examples about how to do it if you look in StackOverflow for any of those classes. I don't know if you can check how many times it was launched unless you log it somehow! About the interaction maybe you could make some stats checking memory usage? :S
Hope it helps :)