How to Run Background Service in Vivo Mobiles

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.

  1. 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.
  2. 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.

Also See: How to Run Background Service in Xiaomi Mobiles

Step 1) Go to “i – Manager” Application then Tap/ Click on “Power manager”.

vivo_step_1

 

Step 2) Now Tap/ Click on “Excessive background battery usage” option.

vivo_step_2

 

Step 3) Search for “FollowUp” application in list of application then Switch On

vivo_step_3

 

Step 4) Again go to “i – Manager” Application then Tap/ Click on “App manager”.

vivo_step_4

 

Step 5) Tap/Click on “Autostart manager”.

vivo_step_5

 

Step 6) Search for “FollowUp” application in list of application then Switch On

vivo_step_6

 

 

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 Comment

Your email address will not be published. Required fields are marked *