I was removed icon applicaion like this -> http://www.helloandroid.com/tutorials/removing-app-icon-launcher
But I can’t launch it from my applicaion by my luanch Intent…
Intent launchIntent =
pm.getLaunchIntentForPackage("com.ittipon.test");
launchIntent.setAction(android.content.Intent.ACTION_VIEW);
getContext().startActivity(launchIntent);
Its NullPointerException occur,
How can I fix it ?
try this :
or