Android idle mode activation for plugged-in Android boxes

Viewed 15

I'm developing an app for Android tv boxes, where I need to run some jobs when the device is idle. Since the device has no battery and is always plugged-in, I'm not sure that the device will enter the idle mode. Also the screen never turns off and the device shows a screensaver to the user.

Does this mean these devices never enter the idle mode? If I use a WorkManager with idle constraint, will it ever run on these type of devices?

0 Answers
Related