artem
artem

Reputation: 16777

Is there a way to change incoming sms text?

Can I change the text of incoming SMS, if I catch it with Broadcast Receiver?

Upvotes: 1

Views: 674

Answers (2)

artem
artem

Reputation: 16777

Hm, I found the way - you can edit SQLite DB, which contains SMS/MSS :)

Upvotes: 1

gvaish
gvaish

Reputation: 9404

AFAIK, No - it's not possible to change the SMS text.

The maximum that your application can do is receive and customize the UI for display (in your app only). However, there may be yet another application that shows SMS in a different style.

Upvotes: 3

Related Questions