EddyVerbruggen / SocialSharing-PhoneGap-Plugin

👨‍❤️‍💋‍👨 Cordova plugin to share text, a file (image/PDF/..), or a URL (or all three) via the native sharing widget
MIT License
1.78k stars 905 forks source link

Fix ActivityNotFoundException on Android 13 #1205

Open angjelkom opened 1 year ago

angjelkom commented 1 year ago

Fixes ActivityNotFoundException when sharing to WhatsApp, Facebook, Twitter on Android 13 caused by the new "Intent filters block non-matching intents" change.

This fixes #1200 and also the same issue I've reproed when sharing to WhatsApp.

The second commit is a fix a repro where the WhatsApp application wasn't recognised as being installed on the device.