[android-developers] How to block the adult site in webview

2011-08-18 Thread Perumss Naren
Hi ,

   How to *block the adult site* in webview

-- 
Regards,

Perumal.N

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] How to block the adult site in webview

2011-08-18 Thread Mark Murphy
Don't type in the Web address of the adult site.

On Thu, Aug 18, 2011 at 4:42 AM, Perumss Naren peru2...@gmail.com wrote:
 Hi ,

    How to block the adult site in webview

 --
 Regards,

 Perumal.N

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en



-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Warescription: Three Android Books, Plus Updates, One Low Price!

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] How to block the adult site in webview

2011-08-18 Thread Perumss Naren
Hi Mark,

 Thanks for your time *!
* My task is to *block the adult site*. kid *cannot* edit the URL so we
don't bother about but form the given site URL they can access the side and
they may have *Google search in the site* from that they can search adult
site. i need to block that adult site(for example in office they block the
unwanted site right like that it simply tell *that site is blocked.

**
*
On Thu, Aug 18, 2011 at 3:50 PM, Mark Murphy mmur...@commonsware.comwrote:

 Don't type in the Web address of the adult site.

 On Thu, Aug 18, 2011 at 4:42 AM, Perumss Naren peru2...@gmail.com wrote:
  Hi ,
 
 How to block the adult site in webview
 
  --
  Regards,
 
  Perumal.N
 
  --
  You received this message because you are subscribed to the Google
  Groups Android Developers group.
  To post to this group, send email to android-developers@googlegroups.com
  To unsubscribe from this group, send email to
  android-developers+unsubscr...@googlegroups.com
  For more options, visit this group at
  http://groups.google.com/group/android-developers?hl=en



 --
 Mark Murphy (a Commons Guy)
 http://commonsware.com | http://github.com/commonsguy
 http://commonsware.com/blog | http://twitter.com/commonsguy

 Warescription: Three Android Books, Plus Updates, One Low Price!

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 
Regards,

Perumal.N

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] How to block the adult site in webview

2011-08-18 Thread Mark Murphy
On Thu, Aug 18, 2011 at 6:39 AM, Perumss Naren peru2...@gmail.com wrote:
 My task is to block the adult site. kid cannot edit the URL so we don't
 bother about but form the given site URL they can access the side and they
 may have Google search in the site from that they can search adult site. i
 need to block that adult site(for example in office they block the unwanted
 site right like that it simply tell that site is blocked.

There is no reliable way to do this, short of modifying the firmware.
You are welcome to create some sort of proxy server that does your
blocking and configure a Web browser to use that proxy server. The
kid in question is welcome to remove that proxy server (or at least
disconnect it from the browser), install an alternative Web browser,
etc.

Android is designed to put control in the hands of whoever holds the
device, which in this case is the kid.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Warescription: Three Android Books, Plus Updates, One Low Price!

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en