I'm a bit new to the Clover SDK and to Android Development in general, and I've been trying to use a listener using Broadcast Receiver to detect the ACTION_PAYMENT_PROCESSED broadcast on an emulator. But when I take a look at the logcat to try and detect it manually after going through a simple order, its nowhere to be seen. The listener is declared in the manifest, and the actions are also declared, so in theory it should be functioning correctly. Is there anything I might be missing? Could the Clover Engine not have installed correctly on my emulator?