[Solved] How to stop android service automatically? [closed]


The service can call stopSelf() when it is done. If you use IntentService, this will happen automatically.

solved How to stop android service automatically? [closed]