Android registering receivers must use RECEIVER_EXPORTED / RECEIVER_NOT_EXPORTED

Hello. As discussed at Google I/O 2023, registering receivers with intention using the “RECEIVER_EXPORTED / RECEIVER_NOT_EXPORTED” flag was introduced as part of Android 13 and is now a requirement for apps running on Android 14 or higher (U+).

We get some retrictions from google by using plugins where flags in registerReciever not used. After some investigations we found FMOD jar uses registerReciever without flag.

Can you fix this?

I have passed this information onto the Dev team for implementation in a future release. Thank you for bringing this to our attention!