while publishing an update to my app, i noticed a new message from the Play Store
>>>>
Improve your app's performance with bitmap image optimization
Your app is manually downloading and decoding images from the network in the following places:
<<<
i'm not actually explicitly downloading any image, but i have some .jpg images url embedded in a WebView, that loads them
>>>>
Improve your app's performance with bitmap image optimization
Your app is manually downloading and decoding images from the network in the following places:
- Decoded in anywheresoftware.b4a.objects.drawable.CanvasWrapper$BitmapWrapper.Initialize2
- Downloaded in kotlinx.coroutines.internal.FastServiceLoader.parse
- Decoded in anywheresoftware.b4a.objects.drawable.CanvasWrapper$BitmapWrapper.initializeSampleImpl
- Downloaded in kotlinx.coroutines.internal.FastServiceLoader.parse
<<<
i'm not actually explicitly downloading any image, but i have some .jpg images url embedded in a WebView, that loads them