Hi all,
Since Oreo (API 26) all apps trying to use BroadcastReceivers to catch Clover ACTIONS like PAYMENT_PROCESSED will be denied by the system
Example : 2019-04-10 17:07:52.372 1625-1640/system_process W/BroadcastQueue: Background execution not allowed: receiving Intent { act=com.clover.intent.action.PAYMENT_PROCESSED flg=0x10 (has extras) } to com.opinionshoppers.clover/com.opinionshoppers.pos.receivers.CloverReceiver
How are you overcoming that? I don't want my app to be already running to receive the intent.
Thanks for your help