You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using a notification to prompt the user to submit a bug report with something like MailSender, the following error arises:
Indirect notification activity start (trampoline) from com.example.acracrashdemo blocked
The following demo application can reproduce the bug using the API 33 resizable emulator device. Seems like this could be related to some changes with Android 12.
Note that the workaround for this issue is an intermediate activity instead of a broadcast receiver. If the phone is slow enough, this activity might be visible to the user (but I can't make it transparent because android detects it and flags it as background if I try).
Required reading
https://github.com/ACRA/acra/wiki/How-to-debug-ACRA
Describe the bug
When using a notification to prompt the user to submit a bug report with something like
MailSender
, the following error arises:Indirect notification activity start (trampoline) from com.example.acracrashdemo blocked
The following demo application can reproduce the bug using the API 33 resizable emulator device. Seems like this could be related to some changes with Android 12.
The ACRA initialization looks like this:
Expected behavior
Tapping the notification should launch the email application.
Version
The text was updated successfully, but these errors were encountered: