cordova-plugin-fcm-with-dependecy-updated icon indicating copy to clipboard operation
cordova-plugin-fcm-with-dependecy-updated copied to clipboard

Update plugin.xml to add android:exported

Open Motoralfa opened this issue 2 years ago • 2 comments

Necessary change for android 12 compatibility.

Motoralfa avatar Dec 22 '22 14:12 Motoralfa

merge thiis ASAP

varunpambel avatar Feb 09 '23 18:02 varunpambel

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>

piwpio avatar May 18 '23 10:05 piwpio