SMS text message questions

rfresh

Well-Known Member
Licensed User
Longtime User
I see that I can change the Body text of an incoming SMS text msg on my Droid3, in the SI_MessageReceived() method, but when I view the text msg in my phone's SMS text message, the Body message is the original. Can I make permanent Body text changes or no?
 

straybullet

Member
Licensed User
Longtime User
Do these intercepted messages show up in the sms logs? And if your app send messages do they show in the logs as well?

Because if I wanted to find my lost phone, I wouldn't want the person who has it know that I am looking for it, when it receives and send out sms text
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Do these intercepted messages show up in the sms logs?
No. Unless there is another application that uses the same priority or above. Note that PhoneEvents and SmsInterceptor will only work when the service is alive. This means that in your case you should call Service.StartForeground.

And if your app send messages do they show in the logs as well?
Sent messages are not stored in the logs.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…