ComponentName compName = new ComponentName("com.smaple.example","com.smaple.example.exam");Intent actIntent = new Intent(Intent.ACTION_MAIN);actIntent.setComponent(compName);try {actIntent.putExtra("MBR_NUM", HOme.Data);} catch (RemoteException e) {e.printStackTrace();}actIntent.putExtra("MEMU_NUMBER", "INTENT_LAUNCHER");actIntent.putExtra("SEARCH_URL", urlPath + mTopicLinkUrl);getContext().star..