Croïd Active Member Licensed User Longtime User Apr 26, 2018 #1 https://www.b4x.com/android/forum/t...cepting-sms-messages-in-the-background.20103/ is it possible to block the number of sending (only 1 sms) same correspondent or same number phone ?
https://www.b4x.com/android/forum/t...cepting-sms-messages-in-the-background.20103/ is it possible to block the number of sending (only 1 sms) same correspondent or same number phone ?
DonManfred Expert Licensed User Longtime User Apr 26, 2018 #2 I dont really understand the question. Can you describe it more clearly what you want to do? Upvote 0
Croïd Active Member Licensed User Longtime User Apr 26, 2018 #3 If I send one sms , this function "Intent Filters - Intercepting SMS messages" send back a message. if I write 3 times I receive 3 identical message ! I am looking for the possibility that the answer message will be sent only one time Upvote 0
If I send one sms , this function "Intent Filters - Intercepting SMS messages" send back a message. if I write 3 times I receive 3 identical message ! I am looking for the possibility that the answer message will be sent only one time
DonManfred Expert Licensed User Longtime User Apr 26, 2018 #4 Croïd said: If I send one sms , this function "Intent Filters - Intercepting SMS messages" send back a message. Click to expand... the intentfilter is started when you receive a Message, yes. So i guess you are sending it from somerother (other device or so). If you receive 3 Messages and you always get the same then you probably did not check if the statingintent is another than the one you received last. Upvote 0
Croïd said: If I send one sms , this function "Intent Filters - Intercepting SMS messages" send back a message. Click to expand... the intentfilter is started when you receive a Message, yes. So i guess you are sending it from somerother (other device or so). If you receive 3 Messages and you always get the same then you probably did not check if the statingintent is another than the one you received last.
Croïd Active Member Licensed User Longtime User Apr 26, 2018 #5 DonManfred said: the intentfilter is started when you receive a Message, yes. So i guess you are sending it from somerother (other device or so). Click to expand... Thanks Don I can have a track here : https://www.b4x.com/android/forum/threads/read-sms-messages-stored-on-sim-card.89925/#post-568604 Upvote 0
DonManfred said: the intentfilter is started when you receive a Message, yes. So i guess you are sending it from somerother (other device or so). Click to expand... Thanks Don I can have a track here : https://www.b4x.com/android/forum/threads/read-sms-messages-stored-on-sim-card.89925/#post-568604