Steffaan / cordova-plugin-local-notifications

Cordova Local Notifications Plugin
Apache License 2.0
31 stars 38 forks source link

Add namespace to provider authority to prevent crashes on Android #18

Closed SimonBrazell closed 5 years ago

SimonBrazell commented 5 years ago

Fix issue #17 where app crashes due to NullPointerException on android.support.v4.content.FileProvider.parsePathStrategy, noticed in the Google Play console vitals for a live Android application running this plugin.

Caused by a collision of provider authority names with other plugins - cordova-plugin-camera, cordova-plugin-email-composer, tested on physical Android device 8.0.

Steffaan commented 5 years ago

Thanks!