I'm trying to implement the new receivers but with little success.
I enclose several examples below and illustrate the problems encountered
1) I've implemented a receiver that does something when boot completes. It works with Android 7 (after about 2/3 minutes from full boot) it doesn't work with Android 12. Am I doing something wrong?
Last chance. To have two of my Apps communicate with the receivers. I used to use the intents to start the activities or services, now I use them for the receivers, but it doesn't seem to get results.
I enclose the code of the Provider (the receiver) and of the Applicant