3

I am doing a security project where I have a situation like this. I have an android application, which needs to interpret any URL open request triggered from any application. Is there any intent or way that supports this in android?

My need is to capture any URL click event, check whether the URL is safe to enter. If so allow the URL to process or else show a pop up blocking the entry. To achieve this I would need to capture any URL click event from the android system

swetha
  • 41
  • 5
  • possible duplicate of [Android Respond To URL in Intent](http://stackoverflow.com/questions/525063/android-respond-to-url-in-intent) – JimmyB May 21 '15 at 19:59
  • Please elaborate on what exactly you mean with "URL open request". – cygery May 21 '15 at 20:00
  • My need is to capture any URL click event, check whether the URL is safe to enter. If so allow the URL to process or else show a pop up blocking the entry. To achieve this I would need to capture any URL click event from the android system. – swetha May 21 '15 at 20:42
  • @Hanno Binder he does not want the user to choose an editor for the url... He wants to handle before the choosing thingie, i think. – eduyayo May 21 '15 at 21:29
  • @eduyayo: Yes. Thats what I am looking for – swetha May 21 '15 at 23:48
  • What kind of "URLs" would you want to filter? HTTP? HTTPS? Non-HTTP (TCP/IP) connections? – JimmyB May 22 '15 at 10:37
  • @HannoBinder: HTTP urls only – swetha May 22 '15 at 16:16

0 Answers0