I already remove the title in onCreate() method.
protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(
Set your splashscreen as your main activity and set the theme to
splashscreen
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
create and intent to move your splash screen to your actual main activity