nimi
nimi

Reputation: 606

monitor outgoing sms

hi Can anyone tell me is there a way to monitor outgoing sms... i want 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?

Upvotes: 0

Views: 719

Answers (2)

Phuong Nguyen
Phuong Nguyen

Reputation: 909

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.

Upvotes: 1

Chad
Chad

Reputation: 11

I saw an app called iZUP that might be what you are looking for.

Upvotes: 1

Related Questions