Does Android support being able to choose which version of OpenGLES at runtime?
Say I want to run my game on an old Android device that supports only 1.1 and a new Android device that has 2.0. Can I detect and then choose which version of OpenGLES to instantiate?
You sure can.