Setting an Intent to open a URL as a tap action

I’ve added code for a basic alert to this project; it works, but I’d like to change the intent so a URL will be opened in the default browser when the notification is tapped.

I couldn’t understand from the docs here how to do that. Can someone guide me through the process? (or make a PR :slight_smile: )

Ah, I found some more docs: Start an Activity from a Notification and the Android Notifications Sample repo. I’ll look around a bit and see how far I get and post back here.