ChiliLabs / ChiliPhotoPicker

Photo picker library for android. Let's you pick photos directly from files, or navigate to camera or gallery.
Apache License 2.0
405 stars 45 forks source link

Add fix for API > 30 intent queries #24

Open paolorotolo opened 3 years ago

paolorotolo commented 3 years ago

Starting from API 30, due to the new restrictions on package visibility introduced in Android 11, it's required to add additional code in the AndroidManifest to run the library.

This PR adds a workaround for Android 11 users.