Intent intent = new Intent(getApplicationContext(), ActivityToBeOpened.class); startActivity(intent);