Dear Erel and experts,
Is it possible for me to know every time when a user opens any application in his device, saying his CONTACTS application, works with it, and finally closes it.
I know and guess I should work with intent to listen the user's actions. For example using the following:
android.intent.action.MAIN
android.intent.category.APP_CONTACTS
But searches don't give me any luck. Would you please give me an advice or tip from what I can start.
Thank you.
bsnqt
Is it possible for me to know every time when a user opens any application in his device, saying his CONTACTS application, works with it, and finally closes it.
I know and guess I should work with intent to listen the user's actions. For example using the following:
android.intent.action.MAIN
android.intent.category.APP_CONTACTS
But searches don't give me any luck. Would you please give me an advice or tip from what I can start.
Thank you.
bsnqt
Last edited: