I’d like to get access to the main (OpenGL) screen in Android to implement some overlay 3D effects.
Is it possible to do so?
If yes, how can I do it?
When amending this context, my application should be a service, right?
I’d like to get access to the main (OpenGL) screen in Android to implement
Share
You cannot get access to the framebuffer, for obvious security reasons.