sms messages

  1. RAZRO

    Android Question broadcastreceiver for receiving SMS

    hello everyone I am trying to make an app in which I need to see SMS information at first I used to use service from this tutorial(https://www.b4x.com/android/forum/threads/intent-filters-intercepting-sms-messages-in-the-background.20103/#post-116193) that was great and I could see the message...
  2. NachoImperium

    Android Question Broadcast listener isn't working on real phone

    Hey, my app should inform the user as soon as you receive an SMS. The permissions etc. I have already assigned everything, in my emulator everything works perfectly but unfortunately not with my real phone (Xiaomi). The Android version is the same, what is the reason...
  3. D

    Android Question Is the code in thread " Intent Filters - Intercepting SMS messages in the background " still Valid for 2021

    I have duplicated the code from " Intent Filters - Intercepting SMS messages in the background " in b4a version 10.2... Nothing happens when a SMS is received... I added the line " StartActivity(Main)" as suggested by a user to show if the service would bring up the main activity... nothing...
Top