• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

wake lock

  1. Irfan Latif

    [APP][7.0+] WhatsRunning - Know what's running on your Android device

    Have you ever been suspicious about the services, processes and apps running on your device? We have a unique all-in-one solution. WhatsRunning shows: A lot of information about native processes and Android apps running on your device A detailed breakdown of RAM and swap usage System services...
  2. A

    Apps Android Service With Wake Lock and Intent Redelivery Still Gets Killed When Screen Turns off

    I created a service that is supposed to run in the background on a button press and stop on a button press. It's started from a fragment and not an Activity. I can get it to start and run while the screen is on, but the moment my screen turns off, its onDestroy method is called and stops itself...