I am wondering if it’s possible to listen for default browser launching with a service/broadcast receiver? If it’s possible how am I suppose to do that ? Which intent-filter am I suppose to register the broadcaster with ? The purpose for this is to launch a full screen webview advertisement (like a video or a picture) whenever the user launches the default browser. Any answers, suggestion or examples will be welcomed 🙂 Thanks in advance.
Share
First, a user launches the browser using the Intent.ACTION_VIEW.
If you want to get do something then you can register to this intent…