[REQUEST] Android Texture Format to Manifest

Sorry, I should be more specific.

I mean the line in the manifest file that starts with

<supports-gl-texture... 

This line is needed to send to Google Play with a specific texture compression format.

For example, if I package for PVRTC only, I must specify this format in the manifest file. I have to put this line manually each time I package for a different format. This can be automated easily by the Engine side.