I want to create a censorship app for Android. Idea is that service would "listen" for "SMS_RECIVED" broadcast, and when new sms arrives, it would change some parts of it before system sms app receive it. How can i change text of incoming sms message? Is there any example?
EDIT: What do you think about this: After receiving sms broadcast, my app would search SMS INBOX database for unread messages and then change sms text directly in database. Does it sound better?