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.
 

Trending Posts

Forum statistics

Threads
958,447
Messages
6,976,690
Members
3,164,056
Latest member
katiedilleno