Android intent how to clear task

htt‮www//:sp‬.lautturi.com
Android intent how to clear task
Intent intent = new Intent(SplashScreenActivity.this, RegisterOrLoginActivity.class);
                    intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK);
                    startActivity(intent);
Created Time:2017-09-17 15:15:40  Author:lautturi