ComponentNameActivity Intent i=new Intent();i.setComponent(new ComponentName(String packageName,String activityName ));startActivity(i);