I am having
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
this.setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE);
So when i start the app, for a fraction of time it show white screen before and after rotating to landscape, and then the application starts.
How to change the color of the background shown before the activity starts