I'm building a parental control app that blocks access to certain sites - aka a simple firewall for Android. What do you think the simplest method of doing this would be?
I've seen other applications use VpnService to monitor the traffic - but I'm looking for any and all suggestions, methods and ideas related to this subject.
Thus far I've built the UI for the application - it stores all the user data necessary for each user profile - now it's time to make it function and block some traffic (for example - when a kid logs onto a porn site after midnight!)
Any and all ideas / input is greatly appreciated!
(and of course - the simpler the implementation: the better!)
NoobNinja