I want to launch any one of the existing android applications (contacts, call dialer, etc.) from my app upon on click of a button.
All that I know is to get the Intent o
Intent launchIntent = getPackageManager().getLaunchIntentForPackage("com.package.address"); startActivity(launchIntent);