From: Sebastian Krzyszkowiak Date: Fri, 30 Sep 2022 14:41:38 +0000 (+0200) Subject: hardware-manager: Optionally stop the session on suspend X-Git-Tag: 1.3.4~23 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/commitdiff_plain/cca8af2d7d3494d887d9655f8e78244b5a2ca513?hp=cca8af2d7d3494d887d9655f8e78244b5a2ca513 hardware-manager: Optionally stop the session on suspend This allows to use persist.waydroid.suspend as a way to automatically stop the session after an inactivity timeout, as opposed to merely freezing the container. Freeze still remains the default action. To use it this way, add to waydroid.cfg: suspend_action = stop ---