Android 服务保活/常驻 (Android Service Daemon)建议只在 App 的核心功能需要保活/常驻时使用。启动前台服务而不显示通知来自于 D-clock 的 AndroidDaemonService,对其他的一些非 native 层保活方法进行了实现。