Create interactive firewall app in Android -


i want create firewall app android when app wants connect internet shows app's name , let user block permanent or block temporarily or allow , when app wants receive data network shows app name , user can allow or deny it.

i viewed question: create firewall, doesn't cover needs.

any suggestion detect apps have access network , / or receive data it?

thanks!

this quite possible, , has been done before.
see these applications/implementations:

depending on implementation may require device rooted.

universal, non-root, way create custom vpn service , track connections using nflog/ulog kernel-userspace module.

see other qas reference:


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -