I've read this one : How to programmatically take a screenshot in Android? that helps a lot.
In my case I have some animation (transition) on some graphics, the graphics are displayed in few seconds. If I follow the previous thread I get a screenshot before the animations so the graphics are empty.
Is there a solution to take the screenshot after the animations? Or is there a solution to call the "activity" with a parameter that set animation delay = 0?