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 8142655
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T12:53:15+00:00 2026-06-06T12:53:15+00:00

How may I get the current running application? I want to check if the

  • 0

How may I get the current running application?

I want to check if the application is running or not in service.
I used the following code for that.

       ActivityManager activityManager =
       (ActivityManager)
       this.getSystemService(ACTIVITY_SERVICE );

   PackageManager pm =getPackageManager();
   procInfos = activityManager.getRunningAppProcesses();

But it is returning me list of several applications, even if I pressed back button on their home screen. The running app list is still showing them in the list. But I want that list to show only the apps in foreground.

So, how to differentiate between foreground and background running apps?

Or in other words, how to detect current foreground running applications, or which are not destroyed. I don’t want to get background running apps.

  • 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-06T12:53:18+00:00Added an answer on June 6, 2026 at 12:53 pm

    You can try this code it gives the package of the currently active screen:

    ActivityManager am = (ActivityManager) this
                    .getSystemService(ACTIVITY_SERVICE);
    
    // get the info from the currently running task
    List<ActivityManager.RunningTaskInfo> taskInfo = am.getRunningTasks(1);
    
    ComponentName componentInfo = taskInfo.get(0).topActivity;
    if(!componentInfo.getPackageName().equals("your.package.name"))
    {
        //Do your stuff
    }
    

    You might need the permission

    <uses-permission android:name="android.permission.GET_TASKS" />
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How may one get information that was used to programatically generate asp controls? For
I'm writing a service application that needs to enumerate all current user sessions, and
If i have a Controller Action that may recieve both HTTP GET and HTTP
I'm just starting to get into jquery/javascript programming so this may be a beginner
I'm having a real trouble to get accents right, and I believe this may
I have the code below running in my application and it takes approx 2
I am writing code for a C++ application foo.exe. Inside the application, I want
I have a program that I run and in the middle I get this
I am running windows vista business 64 bit. I have a web service that
This is mainly a performance issue. It is to help get the current average

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.