Route website through Android app?

二次信任 提交于 2019-12-12 01:25:23

问题


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:


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



来源:https://stackoverflow.com/questions/5060031/route-website-through-android-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!