Thanks for the reply! I like the idea of starting a browser using an intent. If possible, to show a local HTML file using an overlay window without actually leaving the game. I’ll try and work it out in a few days.
Also, all my game’s UI is custom, rendered in-game with sprites and fonts. The only Android code I have is the auto-generated activity where I construct my game and call ‘Run()’. Would you recommend passing Android context stuff into my Game constructor so I can launch intents from my custom UI? I haven’t done much Android so I don’t know if this would be considered bad practice or not!
Thanks 