Route website through Android app?

2019-08-16 16:32发布

I'm trying to create a web filter app that will intercept an incoming website(one that is being browsed to) and redirect it's data to my app. Then it will compare the site to certain criteria and display it if it passes.

Basically, I want to turn my app into a proxy of sorts. How might I go about doing this?

1条回答
手持菜刀,她持情操
2楼-- · 2019-08-16 17:08

You would have to build your own browser. Use a simple webview and build the functionality you want around it.

查看更多
登录 后发表回答