broadcastreceiver

  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. yo3ggx

    Android Question Capture buttons from a Bluetooth audio device

    Hello, I have a Bluetooth audio device (mic+speaker) with 3 more buttons. Tried to capture following intents using BroadcastReceiver: "android.intent.action.MEDIA_BUTTON" "android.bluetooth.headset.action.VENDOR_SPECIFIC_HEADSET_EVENT" Tried to request AudioFocus and start a mediaplayer ( as...
  3. A

    Android Question [Resolved] JMQTT /Static receiver

    Hi All, I have a question that I am unable to implement in an example so seeking assistance. The problem: I have an mqtt app that is working perfectly fine; and working good in the background until it is killed, so for sure no other messages are being received or sent since the Starter service...
  4. J

    Android Question No working example to Broadcast a private Message between Apps?

    Good evening I've just started to use B4A and it's really great to get the 1st result and debugging with hot code replacement is really great! Unfortunately, as soon as one tries to use more advanced subjects like using Android Broadcast or sending SMS with more than 160 characters, it gets...
  5. sangee

    Android Question BroadCastReceiver - PROVIDERS_CHANGED

    Hello All, I am trying an option in my new app to detect when the user disables the GPS. Code is as below (took from the example) Sub Process_Globals Dim Broadcast As BroadCastReceiver End Sub Sub Service_Start (StartingIntent As Intent) 'Listen for GPS on or off intent...
Top