I want to count how many times my browser is opened. I guess somehow I need to register a broadcast receiver but I do not know how my intent filter should look like.
I do not want to handle when intent is fired for opening a browser, I just want to be notified about that.
any ideas how can I do that ?