Assigned
Status Update
Comments
ra...@google.com <ra...@google.com>
al...@google.com <al...@google.com> #2
Any updates on this? It's been a month already since I reported it, and it seems this crash is occurring quite frequently for my users.
mp...@google.com <mp...@google.com> #3
I am still regularly receiving reports about this issue, and it seems it has not been addressed in the latest 1.4.0-rc01 release.
Description
Hi,
Crashlytics is reporting instances of
RuntimeException DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION
. See stacktrace below:This is caused by using
ContextCompat.registerReceiver
with the flag:ContextCompat.RECEIVER_NOT_EXPORTED
.Example:
The app is targeting Android 14, and the devices that are effected are all on Android 12.
Device models include:
We have not been able to reproduce the issue on our end. However, we observed
DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION
is part of the manifest but is not granted (i.e. granted=false). How can this permission be granted? I assume it's out of our control since the permission was added viaandroix.core:core-ktx
. We are onandroidx.core:core-ktx:1.10.1
.