How to remove the fade in effect after starting an app?
I mean i want to remove the transition effect that is after the static splash screen displayed and before the first view in the app.
I tried to use this in the manifest file
splash_rsg_optimization=1
but it's not exactly it. This only removed the full black screen flash, and the fade in effect is still there.
Is there any way to remove it or is this a system function to run application smoothly?
Thanks