PREFER_RGB_565

Bitmaps decoded from image formats that support and/or use alpha (some types of PNGs, GIFs etc) should return ARGB_8888 for getConfig. Bitmaps decoded from formats that don't support or use alpha should return RGB_565 for getConfig.

On Android O+, this format will use RGB_565 only when it's not possible to use HARDWARE.