1

Does anyone know the timing for this? Alternatively does anyone know which part of the AOSP source code concerns itself with app standby?

I found the equivalent timing for Doze (30 minutes, btw) by perusing the source code for DeviceIdleController.java, looking to do the same for Standby.

Cognitio
  • 410
  • 1
  • 4
  • 14

1 Answers1

0

What is a "standby" mode? AFAIK, your app can be either active,background or dead(killed).

How do you describe the state you think is "standby"?

skoperst
  • 2,259
  • 1
  • 23
  • 35