tags:

views:

206

answers:

1

hi Is there any way to intercept incomming calls/sms (to block or unblock it) on the basis of mobile numbers which are added to screening list. Thanks in Advance...

+3  A: 

As far as I know the application for receiving calls cannot be modified. However, see http://stackoverflow.com/questions/1083527/how-to-block-calls-in-android for some creative suggestions.

There seems to be a walkaround for deleting SMS see http://stackoverflow.com/questions/419184/how-to-delete-sms-from-inbox-in-android-programmatically.

But it is highly questionable for an application to do this, as the sideeffects could be severe. Make sure your users understand this! The best solution IMHO would be to have a separate build of android which supported these child-safety features (I assume that is what you want to use it for).

dparnas