Use OpenGL ES 3.0.
Always try to use OpenGL ES 3.0. On Android, the APK will be marked with "Requires GL ES 3.0" in the application manifest (but only if targeting Android version 4.3 or greater). Note that the application will still attempt to fall back to OpenGL ES 2.0 if 3.0 is not available for some reason.