i want to open another installed app such as Pandora from my app.
Here is the code:
Intent LaunchIntent = getPackageManager().getLaunchIntentForPackage("Pandora");
startActivity(LaunchIntent);
The above crashes my code, can someone provide code correction please?
Thank you in advance.