andrehtissot / cordova-plugin-fcm-with-dependecy-updated

Google FCM Push Notifications Cordova Plugin
MIT License
208 stars 277 forks source link

Update plugin.xml to add android:exported #297

Open Motoralfa opened 1 year ago

Motoralfa commented 1 year ago

Necessary change for android 12 compatibility.

varunpambel commented 1 year ago

merge thiis ASAP

piwpio commented 1 year ago

This should be already merged, but in case of emergency you can edit it in config.xml file with edit-config: <edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application/activity[@android:name='com.gae.scaffolder.plugin.FCMPluginActivity']"> <activity android:exported="true"/></edit-config>