question

Kevin Prettre avatar image
Kevin Prettre asked

Implicit broadcast for android 26 and over

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
IntentsBroadcasts
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

0 Answers

·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community