So mean to say is that android service start’s only once in its lifecycle and keep it running till stopped. if any other client want to start it again then only onStartCommand() method will invoked all the time .
So mean to say is that android service start’s only once in its lifecycle and keep it running till stopped. if any other client want to start it again then only onStartCommand() method will invoked all the time .