Android Question How to stop sms interceptor and resume again?

BarryW

Active Member
Licensed User
Longtime User
Hi master how to stop sms interceptor and resume it again also how to stop a service module. It only stops once then starts again automatically?
 

Straker

Active Member
Licensed User
Longtime User
You can stop a service with StopService.
BUT if the service is scheduled it will restart when its time comes.
If you want completely stop a service, I think it's better use StopService + cancelScheduledService.
 
Upvote 0
Top