I have an application on Google Play for counting down numbers and letters. In this application I have the following activities:
Have you tried disabling hardware acceleration for your app (it's utilizing OpenGL hence the hunch for this fix)?
Adding
To application tag in the manifest would explicitly turn it off. And perhaps the issue will go away.
See this question with answers if you want to know: if should use hardware acceleration or not