farfromrefug/EnforceDoze

On Android 14 no effect

Opened this issue · 3 comments

I guess the reason is that all parameters of your app changes in the global database.

Please consider that under Android 14 all the doze parameters are written in the device config and only there you can change doze parameters.

Here's the ADB command to do so:
device_config put device_idle

Please mark it in your description

@Unclelon thanks for the report. So you are saying that instead of doing settings put global device_idle_constants TUNE_TABLES, on android 14 i should do device_config put device_idleTUNE_TABLES?

@Unclelon ok i see so it is one by one. Will try to find the time to fix this.