Question
Does I need add Opengl2ES requiments to the android manifest?
Requiment for android
ARMv7 processor with Vector FPU, Minimum 550MHz, ES2.0, H.264 & AAC H/W Decoders
But I never saw opengl 2es requiments in manifest file (i checked a lot of open source projects)
I unpack apk and there are no opengl2es directive like next
<uses-feature android:glEsVersion="0x00020000" android:required="true" />
