Intent i = new Intent(context, searchSMS.class); i.setFlags(intent.FLAG_ACTIVITY_NEW_TASK); startActivity(i);