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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T02:04:20+00:00 2026-06-09T02:04:20+00:00

Thanks for previous replies, Is it possible to know which are the applications running

  • 0

Thanks for previous replies,

Is it possible to know which are the applications running in background process.My query is to get the list of applications which is running in background. I searched this for a while, but still dint get any proper solution. pls guide me.

  • 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-09T02:04:22+00:00Added an answer on June 9, 2026 at 2:04 am

    You can get a list of services running using this sort of code:

    private boolean isMyServiceRunning(Context context)
    {
        ActivityManager manager = (ActivityManager) context.getSystemService(Service.ACTIVITY_SERVICE);
        for (RunningServiceInfo service : manager.getRunningServices(Integer.MAX_VALUE))
        {           
            if (service.service.getClassName().equals("myPackage.MySuperApplication"))
            {               
                return true;
            }
        }
        return false;
    }
    

    There are a whole bunch of Service. types that you can check for and if you want to find a specific one, you use its fully qualified name.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Thanks for previous replies, Is it possible to get Package name of camera application
Thanks for previous replies, is it possible to delete the stored content from sqlite
Thanks for previous replies, I am very new to Urban_Airship and integrating this into
Thanks for the previous replies. I am new to Magento and don't know how
Thanks for previous replies, I tried to check the data connection through code, I
Thanks for previous replies I am doing application with android inbuilt voice recorder. i
Thanks to those who've answered my previous questions and gotten me this far. I
thanks a lot for helping for previous one. now another is here. this is
Thanks for previous replies, I want to release my apk in android market, actually
Thanks for previous replies, How do we set the alias and tag in device

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.