What is the different beetween this, and how i can query what is supported by the actual phone? (GL10 or GL11)
i have a HTC Legend, that is supported GL11 or not?
Or hero…etc… ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s an API for that:
The upper order 16 bits represent the major version and the lower order 16 bits the minor version. For more information, visit this link.
So:
If you want the string representation (for display), call
ConfigurationInfo.getGlEsVersion()