We were running Memory Analyzer Tool in our application to optimize it. We noticed that it always flags a large 1,127,584 byte Bitmap as a possible memory leak.
During analysis, we realized that it has nothing to do with our app and just creating a simple project with a single layout that contains any scrollable widget will show the same results as shown in the screenshot which flags the Bitmap.
Question is -- anyone know what this image is for and should we be concerned with it?