KitKat version destroys GLSurfaceView when mediaplayer containing glsurfaceview is gone to background
Description:
I have a sample app with mediaplayer containing glsurfaceview plays local video.If user goes to device settings page and come back to app, android system destroys glsurfaceview.(onsurfacetexturedestroyed is getting called)
Please suggest me some ideas how to prevent android from deleting glsurfaceview when app resumes from background
Thanks Srini