An Android noobie question. Is it possible for one app to (programmatically) determine, for each app installed on a user's device:
- number of times each app was started (over a given time window),
- how long it was opened for, and
- how much interaction occurred over that time window
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.