Problem with Receiver

How to include the android.intent.action.BOOT_COMPLETED action
in

@ReceiverElement(name = "es.mariosoft.Palo.PaloBootReceiver", enabled = "false", intentFilters = { })

thank you

You will need to add an @IntentFilterElement annotation and within that add the @ActionElement annotation. You can see an example of how we do this in the Texting component here:

Thanks it worked perfectly

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.