It sounds weird but can I programmatically check the user entered URL in default browser ?
Any other suggestions ?
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.
No. For reasons of security, only the browser can access the information associated with it.
You can register to receive Intents when the browser visits URLs matching a certain scheme/domain/path/combination of the above, but that will just ask the user whether they want to open the link with the browser or your app.