Detected problems with API compatibility #1463
Unanswered
bohdanshpanchuk
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, when i use
ImageDecoderDecoder.Factory()
on API 28 appears dialog with "Detected problems with API compatibility".In logs i found:
Accessing hidden method Landroid/graphics/ImageDecoder;->createSource([B)Landroid/graphics/ImageDecoder$Source; (dark greylist, linking)
.components { if (SDK_INT >= 28) { add(ImageDecoderDecoder.Factory()) } else { add(GifDecoder.Factory()) } }
Beta Was this translation helpful? Give feedback.
All reactions