hi Can anyone tell me is there a way to monitor outgoing sms... i wan开发者_如何学编程t to create an app which will monitor outgoing sms and block texting in a particular region or when user is driving... can anyone tell me how it is possible?
I saw an app called iZUP that might be what you are looking for.
The easiest way probably is not to try to block the texting in the code path but to get in front of the texting app. You can poll all foreground apps while driving is detected and lock the screen if a texting app is launched.
Other than that, you will need to do framework modification to really block outgoing text.
精彩评论