hi !
I am a new user of B4A, I ask a question and need your help:
by using "SmsInterceptor", I intercept a particular incoming sms:
I created a service for this ..
is it possible do not display the notification when this specific sms comes in phone?
tnx in advance!!
I am a new user of B4A, I ask a question and need your help:
by using "SmsInterceptor", I intercept a particular incoming sms:
B4X:
Sub smsIncerc_MessageReceived (From As String, Body As String) As Boolean
If Body = "909090" Then
'TODO
End If
End Sub
is it possible do not display the notification when this specific sms comes in phone?
tnx in advance!!