Skip to content
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

Android 12 issue #101

Open
IhorKlimov opened this issue Jun 10, 2021 · 5 comments
Open

Android 12 issue #101

IhorKlimov opened this issue Jun 10, 2021 · 5 comments

Comments

@IhorKlimov
Copy link

If your app targets Android 12, you must specify the mutability of each PendingIntent object that your app creates. This additional requirement improves your app's security.

https://developer.android.com/about/versions/12/behavior-changes-12#pending-intent-mutability

Caused by: NotificationHelper#show() method

@vbuberen
Copy link

Hey. It seems that this library has no support, so there will be no updates or fixes to it.
I would suggest you to try out a maintained fork of it: https://github.com/ChuckerTeam/chucker
As one of its maintainers I can tell you that in latest snapshot version we already have this issue with flags resolved. Also, we will do a patch release next week with this change to let all users have Android 12 support.

@Nesh-Brindha
Copy link

Thanks @vbuberen for the response. Could you please let me know the version of the library which has Android 12 fix

@vbuberen
Copy link

If you don't use Throwable reporting you can use 3.5.0. Currently we have some issues with Maven Central publishing, so 3.5.2 with fix for Throwables is a little delayed.

@Nesh-Brindha
Copy link

@vbuberen Thank you so much for your response. I am using Java code base i tried implement https://github.com/ChuckerTeam/chucker this library as you mentioned. Even after adding the dependencies, ChuckerInterceptor is not resolvable. i followed all the provided steps. Is there any specific link for Java project ? or am i missing something ?

@cortinico
Copy link

Even after adding the dependencies, ChuckerInterceptor is not resolvable. i followed all the provided steps. Is there any specific link for Java project ? or am i missing something ?

Please open another issue inside the Chucker repository, provide your build.gradle file and how you applied the dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants