commit | b0a5263254a7728001bb77593f153863009db394 | [log] [tgz] |
---|---|---|
author | Eric Jeong <ericjeong@google.com> | Mon Oct 30 16:06:53 2023 -0700 |
committer | Eric Jeong <ericjeong@google.com> | Mon Apr 29 09:33:15 2024 -0700 |
tree | 5e6d9f11bab5d40a9f8d1c3c3e35ad8ad62ebf96 | |
parent | 54019790819e65a345c532df3fa8bdcf0623700f [diff] |
Make auto-suspend configurable - Introducing an overlayable system resource to control whether auto-suspend is used or not. - By setting config_useAutoSuspend to false, auto-suspend is not used. - By default, auto-suspend is used to be backward compatible. Bug: 304773737 Test: When auto-suspend is disabled, the device should not be suspended after all wakelocks are released. Change-Id: I33a8e52d5f460edfeaf66a89677f6d91cbf3d1d1