intent filters

  1. M

    Android Question Start activity in service when screen locked android10+

    Hi everyone I am trying to make an app that will start activity even if the screen is locked with password when a specific text message is received. I'm using service intent filter for sms receiveing and it work fine when phone is on Tank's for any help
  2. jose luis gudino

    Android Question question with intent-filter (solved)

    hello everyone. I'm going to try to explain a problem I have when using an intent. I attach the first image: there we can see how when sharing a google map location in whatsapp or telegram, the application offers me the use of Uber, waze or google maps. Clicking on any of these applications...
  3. drgottjr

    Android Question "ContentProviderHelper.checkAssociationAndPermissionLocked". Say What?

    here's a strange exception: ContentProviderHelper.checkAssociationAndPermissionLocked the method referred to is easily found in com.android.server.am.ContentProviderHelper. instances of the exception are not so easy to find. below please find the exception that was logged by my app, as well as...
  4. 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