不会。Android Service 是一种独立运行的后台任务,它可以在应用程序退出后继续运行。只有在调用 stopService() 或者 stopSelf() 方法停止服务时,Service 才会退出。
查看详情