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

scheduled tasks

  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. Damon Getsman

    PeriodicWorkRequest (work v1.0.1) is spawning 20 times every 15m in stead of just once, not sure why

    In the follow code excerpts, I am utilizing a BroadcastReceiver to start up a Service on device boot and/or package reload. This NotificationService is calling my Worker via PeriodicWorkRequest every fifteen minutes. Everything initially works as it is supposed to, until the NotificationWorker...