▲ | _R_ 2 days ago | ||||||||||||||||||||||||||||||||||||||||
On Android devices, it’s generally difficult for apps to maintain persistent background services. I’m curious how you were able to prevent Android from terminating the process, and how the Pixel 5 server managed to keep running? | |||||||||||||||||||||||||||||||||||||||||
▲ | cinimodev 2 days ago | parent [-] | ||||||||||||||||||||||||||||||||||||||||
It runs inside Termux, which has a persistent notification to keep it open in the background. I believe I also extended the max phantom process to prevent it from being killed. | |||||||||||||||||||||||||||||||||||||||||
|