Problem Solved at the moment by deleting the code that is commented out.
Intent startMainActivity = new Intent(context,MyActivity.class); startMainActivity.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); context.startActivity(startMainActivity);
I used the commented code to launch the home screen after starting my application
source share