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

Add package visibility instructions for Android 11 to README.md #1175

Open bascoder opened 1 year ago

bascoder commented 1 year ago

Since Android 11 it's required to declare packages you want to query. This is a breaking change that limits the functionality of this plugin, if not configured correctly.

Fixes #1174