0

I am looking for app or a way to ensure specific apps are always running in the background/foreground all the time.

Edit: apps in question does run as a foreground service.

If they are stopped for any reason, they will be started again by the app or process.

Does app called "Tasker" has capability like this?

Hossain Khan
  • 216
  • 1
  • 6

1 Answers1

1
  • Edit application permissions to include background & foreground activity
  • Unrestrict data usage
  • Exclude from battery optimization
  • Exclude from game-mode optimization
  • If applicable and/or desired, exclude from Do Not Disturb, etc
  • Lock the process (through Recent Apps screen)
  • Set up automation to relaunch program in the event of unintended closure (e.g., via Tasker, Macrodroid, etc.)
Arctiic
  • 851
  • 6
  • 18