When I open the Android’s default browser I want to add a button or a menu entry when it’s clicked to open my Intent and pass me the current url parameter.
Is this possible in Android?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Only by means of the Share option, if the browser in question has one. The standard AOSP Browser app will have such a “Share” option in the action overflow. It triggers an
ACTION_SENDIntent, with a MIME type oftext/plain, so any activities claiming to support that in the manifest via an<intent-filter>will be able to respond: