标签: android android-service
我已经从活动中启动了服务,以及如何在任务完成后自动停止它?
答案 0 :(得分:0)
服务完成后可以调用stopSelf()。如果您使用IntentService,则会自动执行此操作。
stopSelf()
IntentService