0

I want to make an app that can block all explicit HTTP content on an Android device. The problem is that it would have to block traffic on the phone, not just from a specific app. Is this possible?

Matt Robertson
  • 2,928
  • 5
  • 34
  • 62

1 Answers1

1

There's a similiar question asked on stackoverflow here:

iptables in android

i.e. It is possible using hooks to iptables. However the problem is getting access to iptables. Read the link for further information.

Community
  • 1
  • 1
Justin Shield
  • 2,390
  • 16
  • 12