Android Question phone SMS : sent SMS is not displayed ...

aeropic

Active Member
Licensed User
Longtime User
Hi all,

I'm trying to send SMS from an application and I would like to see the SMS in the stock application SMS management tool.
the code I use is very basic :
B4X:
Sub BtnHelp_Click
    Dim ps As PhoneSms
    ps.Send("06xxxxxxx","ok")
End Sub

when clicking on the button, the SMS is correctly sent but when opening the message application (Samsung GS3 under android 4.3) the new SMS is not displayed.

What am I doing wrong ?

Thanks
Alain
 
Top