Reputation: 152206
I am wondering what way I can log (sniff) all HTTP requests that are outgoing and incoming in whole Android and is it possible to modify them during that process or block ?
What libraries should I use ?
Upvotes: 1
Views: 1196
Reputation: 385
You're going to need a rooted phone at least, which basically rules out distributing what you make on the market unfortunately..
With that in mind, take a look at libpcap and iptables :)
Upvotes: 2