I am implementing a pause menu for my game in Android.
If the activity pauses and then resumeresumes, It loseit loses the OpenGlOpenGL context.
However, if you use setPreserveEGLContextOnPause(true) it MAYMAY preserve the context if the device supportsupports it.
How I can I check if the context has been preserved or not?