There are some conditions where my service could be attempted to be started when it should not be. In cases like this is it bad form to call stopSelf() while inside a onStartCommand() method? If so what is the best way to handle such a situation? Any resources will be greatly appreciated.
| |||
|
feedback
|
Off the top of my head, I can't think of why that would be a problem. | |||||
feedback
|