yanzhenjie / AndPermission

:strawberry: Permissions manager for Android platform.
https://yanzhenjie.com/AndPermission
Apache License 2.0
6.63k stars 1.1k forks source link

Crashes above Android 13 #691

Open saadiftkhar opened 5 months ago

saadiftkhar commented 5 months ago

There is an issue with the camera/gallery permission above Android 13 related to the broadcast receiver. You need to update the registered receiver by adding "RECEIVER_NOT_EXPORTED" or "RECEIVER_EXPORTED" as per the need for the latest Android versions. If you need help. I can submit a pull request