Dhaval2404/ImagePicker

Deprecated Property

nauhalf opened this issue · 0 comments

Hey, I just check the ImageUtil class, I found that

options.inDither = false
options.inPurgeable = true
options.inInputShareable = true

are deprecated. I read in this documentation https://developer.android.com/reference/android/graphics/BitmapFactory.Options.html#inPurgeable that inBitmap is the other solution for the deprecated property.

Is there any update to implement that solution ?