Android UI sprite colors change after build

HI,

My sprites have an undesired color change upon Android build.

On the left is what it should look like and how it looks in PC build
Right is what it looks like on Android phone:
151378-wrongcolors.png

I have drawn several simple UI sprites and imported them as PNGs with following settings:

I have disabled sprite compression in sprite importer settings and the issue still persists.

I have taken screenshot and compared color value to make sure it is not how 2 screens display the same color.

Did more digging.
It seems the issue is caused by target phone not being able to support sRGB.
So unticking sRGB fixes sprite colors.