This commit is contained in:
Horis
2024-01-29 16:46:16 +08:00
parent e26c191eaf
commit 88107a748b
@@ -79,7 +79,7 @@ class CheckSourceService : BaseService() {
check(it)
}
IntentAction.resume -> startForegroundNotification()
IntentAction.resume -> upNotification()
IntentAction.stop -> stopSelf()
}
return super.onStartCommand(intent, flags, startId)