Android Service foreground service startforegroup
preface
I wrote a script to execute automatic clock in, and the effect is good I also learned some knowledge points about android system
The foreground service is used to eliminate the possibility of being killed by using the player mode Increase Service priority
How to keep the Service alive
1. Improve Service priority:
To prevent the ...
Posted by gazever on Sat, 15 Jan 2022 21:26:30 +0100