Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8250351
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T23:51:39+00:00 2026-06-07T23:51:39+00:00

On my code I have 2 apps. the app a that starts app b,

  • 0

On my code I have 2 apps.
the app a that starts app b, like a launcher.

the code app a looks like that:

    Intent i = new Intent(Intent.ACTION_MAIN);
    PackageManager manager = getPackageManager();
    i = manager.getLaunchIntentForPackage("com.test.vayo");
    i.addCategory(Intent.CATEGORY_LAUNCHER);
    startActivity(i);
    finish();

the code on app B:

            Intent intent = new Intent(this.context, first.class);
            intent.setFlags(intent.FLAG_ACTIVITY_REORDER_TO_FRONT);
            context.startActivity(intent);
            finish();

my problem that to start task b only if a didnt start the app b.For that I am trying to bring to front the task that already running and not to start all activities from the root one, just to bring to front back stack of the privous task.
for that I am using FLAG_ACTIVITY_REORDER_TO_FRONT its works only if I run first app b and the app a, but if I run a and then run b it isnt working,its starts b from the root activity.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T23:51:40+00:00Added an answer on June 7, 2026 at 11:51 pm

    I did it with flags one flag on the app a and the other one on the app b, the flag

      intent.setFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have an app that starts with the default code for iPhone Apps: NSAutoreleasePool
I have code that starts a ProgressDialog inside an AsyncTask , it looks like
I have code that looks more or less like the code below but it
We have a launcher app that does some setup (starting a server), launches a
Is there any way or possibility to update an apps code and have the
I have problems with following code: http://lisper.ru/apps/format/96 The problem is in normalize function, which
I have just started to learn how to code iOS apps. I have made
this is function.php of a wordpress theme that NOD32 says this code have a
I have code that generates a List<string[]> variable but can't quite figure out how
I have code like this in my view model: function ChatListViewModel(chats) { var self

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.