Android Question Phone Library / SMS and Hangout

FabioG

Active Member
Licensed User
Longtime User
Hello,

on Android 4.4 and Hangout after intercepting a new SMS is not possible to delete the message

using the code

B4X:
Dim SMSIntercept As SmsInterceptor
SMSIntercept.Initialize2("SMSIntercept", 999)

Sub SMSIntercept_MessageReceived (From As String, Body As String) As Boolean
   ....My Code
   Return True
End Sub

the text message still appears on Hangout

Can I fix this ?

Thanks
Fabio
 
Top