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

  • Home
  • SEARCH
  • 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 8667791
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T18:03:37+00:00 2026-06-12T18:03:37+00:00

I start a Service in Background with WakeLock and after work I stop the

  • 0

I start a Service in Background with WakeLock and after work I stop the service and release the WakeLock. But I don’t know the correct order. It works fine but I always get the Error:

10-13 14:48:23.320: A/PowerManager(20951): WakeLock finalized while still held: AppService

Following is my code snippset:

PowerManager pm = (PowerManager)getApplicationContext().getSystemService(Context.POWER_SERVICE);
WakeLock wl = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, TAG);

wl.acquire();

After work done, stop everything, but in which order:

stopForeground(true);
wl.release();                   
stopSelf(); 
  • 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-12T18:03:38+00:00Added an answer on June 12, 2026 at 6:03 pm

    You don’t need to call stopForeground since you’re calling stopSelf right after it. That could be the problem. Without seeing where you’re holding the Wakelock object that’s my best guess. You are correct in calling release before stopSelf though.

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

Sidebar

Related Questions

In my activity class i call start service and service works fine.In the service
I have an AsyncTask and on the background I want to start Service that
I am trying to start service from AsyncTask but cant see that its starts.
Typically you start a service like this Intent i = new Intent(context,MessageService.class); context.startService(i); but
I am trying to start a foreground service at boot time, but it never
I want start a service, when a specific bluetoothdevice is connected and stop this
I want to start a service once my activity is put in the background
I'm trying to start a service on android in order to performe some network-related
I'm new to this android. i'm using a service to do some background work.
Background I have a Windows service that uses various third-party DLLs to perform work

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.