Intent stopplay=new Intent(MainActivity.this,Main_Activity.class);
stopplay.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
startActivity(stopplay);
finish();