-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Send email report not working on Android 13 and Gmail #1179
Comments
However, this cannot be the case in general. On my Samsung Tablet device, Android 13, OneUI 5.1 and ACRA 5.9.7, after a crash, latest Gmail is started automatically with attachment and the user is able to send mail, but only if I have only one e-mail app installed. As soon as I install Outlook in addition, Outlook is always started. So I never see the selector because the method sendWithSelector brings up the exception ActivityNotFoundException, which then falls back to sendLegacy. I added a separate routine to enable the user to send the error log by Mail (and selector before) afterwards, which is working because this is called in my app without previous crash. I know this all won't help you but i wanted to express there are obviously different behaviors on different devices. |
Interesting is that this was already working but now again failing (Pixel 6) |
Please test with 5.9.8-beta01 - I have removed using selector intents on tiramisu. Need data on how this changes things for you. |
Tried upgrading to 5.9.8-beta01 but now i receive error where i am extending CrashReportDialog
|
@arcanewater Unintended side effect of 15d7379 is release requires Java 17. I'll see if I can make the next release compatible with 11 again. |
Email with this change is working again 👍 |
Works now on my Pixels. Thank you! |
I see there are already changes for JDK 11 support possible for new release @F43nd1r ? |
(1) With 5.9.8-beta02 selector is showing up after my app has crashed - providing GMail and Outlook (OK) |
Problem (2) still existing under ACRA 5.10.0 |
@itanium99 in the future please open new issues instead of responding to closed ones - I have a lot of traffic in my inbox and can easily miss comments on closed stuff (as I did with your earlier message). |
I apologize for the confusion. Since I was involved here the day after this ticket was created, I thought my feedback belonged in here. After all, except for a heart emoji, no other response came. Thank you for your efforts. I will continue to test intensively. |
No worries, as I caught your message this time your scenario (2) is now fixed with |
I tried my scenarios with 5.10.1 - everything is working now as expected. Thanks a lot! |
Describe the bug
Looks like something has changed again with latest Gmail (or Android) update as it stopped working with sending emails, previously #1118 fixed it but now it stopped working again, i unable to get any usefull logs as it tries to open Gmail but it closes immediately. There is a shortcut for temp fix if you have multiple emails and it pops selection menu you choose gmail it works okay, but if you only have Gmail its not working
Version
The text was updated successfully, but these errors were encountered: