Our app listens to the ACTION_PAYMENT_PROCESSED intent to complete certain actions, using a broadcast receiver. It works as expected, except on the Flex 2.
On this device we get this error:
W/BroadcastQueue: Background execution not allowed: receiving Intent { act=com.clover.intent.action.PAYMENT_PROCESSED flg=0x10 (has extras) }
What is the proper way to handle this intent on this device ?