It was never an issue, GLSurfaceView was a bit eager to destroy context on pause, since 3.0 you can use setPreserveEGLContextOnPause or if you need to support older version you could just backport GLSurfaceView from 4.0 or use one of many existing implementation (eg. the one from replica island).
-- Bart -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

