Hi, I had an activity I wanted to be fullscreen, I’ve put the following code in the activity onCreate method:
getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,
WindowManager.LayoutParams.FLAG_FULLSCREEN);
You can do it in your game activity if don’t need another one.
As for the splash screen, check what image do you have in Build/Android/res folder, if it is wrong, then delete folder Build completely.