Textures always saved in linear format?

It seems like on the Android platform that all textures are converted to a “linear” format by taking the square root of the color values.

Is there any way to get them to be stored without doing this conversion? I want to avoid the squaring of the color that happens when rendering.

I tried unchecking sRGB in the texture properties, but this seems to have no effect on mobile.