Search code examples
androidandroid-4.2-jelly-bean

Can I use Android CRT power-off animation built into Android 4.1 JellyBean?


I have an app and I'd like to use the Android CRT power-off animation built into Android 4.1 for my onPause activity transition animation. However, I have not been able to find out where this animation xml resides inside the Android source code. My guess would be that it's somewhere inside some sources as the animation seems fairly complex. It's not just a simple scale/translate thing.

This is how it looks like : http://www.youtube.com/watch?v=_zFwpb_LDHQ


Solution

  • As far as I know, you can't. It's not a part of the SDK. You would probably have to create your own. I am guessing, it's not an XML, rather it would be some native code or at-least OpenGL.