when a text message is sent form, lets say an application ‘myApp’ it’ll open in default text message app of the receiver. but i want to control how it looks to receiver(like changing colour). Is there anyway to send text and read that text in native app, ‘myApp’? Or identify it was sent from ‘myApp’ and import message to ‘myApp’.
Share
sure you can to receive messages make a broadcast receiver for ingoing messages an each time a message arrive start your activity that displays the message …
and in your manifest file add these permissions
and this receiver
and to send SMS from your app
use this method