-
Notifications
You must be signed in to change notification settings - Fork 452
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
Comments
Hey. It seems that this library has no support, so there will be no updates or fixes to it. |
Thanks @vbuberen for the response. Could you please let me know the version of the library which has Android 12 fix |
If you don't use |
@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 ? |
Please open another issue inside the Chucker repository, provide your |
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
The text was updated successfully, but these errors were encountered: