Android Question SMS problem the aplication close

Cesar Guerra Torres

New Member
Licensed User
Longtime User
Hi, i am used the phone library, the resume code is:

Private Sms2 As SmsInterceptor

Sms2.Initialize2("Sms_Events",999)
' Sms2.ListenToOutgoingMessages

'Sub Sms_Events_MessageReceived (From As String, Body As String)
End Sub

But when the phone receive a sms the application is closed
 
Top