Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Blocking websites on Android

Tags:

android

Is there any way of blocking websites programmatically on an Android device? I would like to have a blacklist of URLs that are populated into a continually running service. When the user running under restricted terms opens a browser, it should check that blacklist.

I've thought of modifying the hosts.allow and hosts.deny files, but those are protected.

like image 550
James Avatar asked Jul 27 '11 05:07

James


1 Answers

I'm pretty sure it is possible on a rooted device - there are some free firewalls. But on a regular device this might not be possible.. I think it would require Kiosk mode in Android

like image 155
denis.solonenko Avatar answered Oct 15 '22 00:10

denis.solonenko