Smart Standby

Function Introduction

Some apps will start background services when launching or running. When the app returns to the background, these background services may continue running which could cause resource and battery consumption.

The mechanism of Smart Standby is to actively stop these services when detecting the app returns to the background.

Tip: This mode is suitable for some infrequently used apps that don't rely on background services. It may cause the app to not work as expected, so try not to use it for social apps that heavily rely on background services.