I have an Android service running in the background. Is it possible to be notified when a new app is being started and get the package name?
I could loop through the list of running apps every 10 seconds, but maybe there's a better way?
I have an Android service running in the background. Is it possible to be notified when a new app is being started and get the package name?
I could loop through the list of running apps every 10 seconds, but maybe there's a better way?