How to manipulate certain incoming SMS messages in Android? I want to change sender number before message will reach Inbox (so all text messages coming from a range of numbers wold be grouped into single conversation).
Can this be done from broadcast receiver of android.provider.Telephony.SMS_RECEIVED intents?