Following are steps to Enable Background operations or Service in the background. Customized Android Operating Systems add some strict limitations on background services to boost up battery life and make the device perform better. Many mobile companies use them on customized OS like Xiaomi uses MIUI, Oppo uses ColorOS, Vivo use FuntouchOS and Huawei EMUI. But a normal user or developer sometimes face the following issues due to these optimizations in the customized OS.
- Normal User: Notification is not received by a user for an Application (Which is not running and killed/ swiped in recent apps) because autostart option is disabled by default, which disables an application to start in the background.
- Developer: Not able to run background services like location service which needs to run in the background if developing a tracking application or something like that which needs to run all the time.
So these issues get resolved after changing settings in device OS.
In this post, we will discuss Vivo’s beautiful OS FunTouch.
Step 1) Go to “i – Manager” Application then Tap/ Click on “Power manager”.
Step 2) Now Tap/ Click on “Excessive background battery usage” option.
Step 3) Search for “FollowUp” application in list of application then Switch On
Step 4) Again go to “i – Manager” Application then Tap/ Click on “App manager”.
Step 5) Tap/Click on “Autostart manager”.
Step 6) Search for “FollowUp” application in list of application then Switch On
That’s all folks, you need to follow these setting only once after application installation on the device and it will work until you uninstall.
Leave a Reply