Navigating to aother app activity (not landing page of other activity) by my app

  • Thread starter Thread starter AC Question
  • Start date Start date
A

AC Question

I building a android app in which I want to open other app activity (not landing page of other activity) which is not have the intent-filter in manifestfile of other app so please anybody tell me how to do
now I am using below code to goto new app
Intent launchIntent = getPackageManager().getLaunchIntentForPackage("net.one97.paytm");
if (launchIntent != null) {
startActivity(launchIntent);

please give another code to solve my query thank you.
 

Latest posts

Trending Posts

Forum statistics

Threads
956,352
Messages
6,967,734
Members
3,163,517
Latest member
Nehasingh12