I was wondering whether anyone could assist me. When the user clicks the menu button, on their android phone, the menu pops up. I would like to create a new menu item so that when clicked, it takes them instantly to my website. Is there any way to do this with intents or something like: ACTION_SEND?
Share
Look here: How can I open a URL in Android's web browser from my application? — Just put that within the onClick() event for the button.