I am using plugin cordova-plugin-fcm in my hybrid mobile app for receiving push notification.
In ANDROID CONFIGURATION section of following file of the plugin, export property has been set to true. (line no : 44 activity android:exported="true" ....)
https://github.com/fechanique/cordova-plugin-fcm/blob/master/plugin.xml
Could anyone explain the purpose of setting this value to true.
As a side note, I even changed this value to false and tested for PUSH notifications. I couldn't see any difference on the behavior. PUSH notifications were received properly.
Actually Security Audit team is asking the reasons for making this true, I need to explain the proper reason if any.
Thanks in advance!!