how to upgrade to software gles 2.0 code example
Example: android dev opengl es
<!-- Tell the system this app requires OpenGL ES 2.0. -->
<uses-feature android:glEsVersion="0x00020000" android:required="true" />
Put the xml code above to tell the system that you are using openGL ES 2.0