MessageReceived event works ok and runs only 1 time
but MessageSent event trigger multiple times (3-4). Where can be problem? (Phone v2.28)
It's running inside starter service and initializing:
Sub Service_Create
Something like this is also here but opaque
https://www.b4x.com/android/forum/threads/sms-interceptor-repeating-message_received.37613/
but MessageSent event trigger multiple times (3-4). Where can be problem? (Phone v2.28)
It's running inside starter service and initializing:
Sub Service_Create
SI.Initialize("SI")
SI.ListenToOutgoingMessages
SI.ListenToOutgoingMessages
Something like this is also here but opaque
https://www.b4x.com/android/forum/threads/sms-interceptor-repeating-message_received.37613/