chuck icon indicating copy to clipboard operation
chuck copied to clipboard

Crashes with targetSdkVersion 31

Open Zhuinden opened this issue 3 years ago • 1 comments

Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. if it needs to be used with inline replies or bubbles.

Error coming from com.readystatesoftware.chuck.internal.support.NotificationHelper.show(NotificationHelper.java:81)

Zhuinden avatar Oct 21 '21 09:10 Zhuinden

I guess this is already known and there is a replacement https://github.com/jgilfelt/chuck/issues/101#issuecomment-869119599

Zhuinden avatar Oct 21 '21 09:10 Zhuinden