[Android] How to restart service?

This is two lines of codes, I use to restart my Service class. First line will stop my service. Second line will start the service again.

stopService(new Intent(this, YourService.class));
startService(new Intent(this, YourService.class));

Comments

Popular posts from this blog

There was a problem saving your changes. Please try again later.

Offers on Wednesday, March 11, 2020

Deals on Tuesday, April 14, 2020