My mobile app does not change anything on the screen most of the time, but sometimes needs 60 fps. This could be taken advantage of to save CPU/GPU cycles and thus save battery when nothing changes.
In order for the app to remain responsive with a zero frame rate, the input system (touch) has to be decoupled from the rendering loop.
Is this use case supported?