Fresco library is using native memory to store cahced bitmaps for android version 4.x. Is there any way to disable this feature and use only java heap for cache?
It's not easily possible to change any of this right now. We have native code that we need for several things (where there is no Java implementation) and without changes to the library itself, it's also not possible to disable ashmem I believe.