I am using location listerner in a service, and i have overriden onLocationChanged(Location) method. Now i want that whenever this method is called for the first time, i want to stop the service. So please tell me how to do it
I am using location listerner in a service, and i have overriden onLocationChanged(Location) method.
Share
Call
stopSelffrom theonLocationChangedmethod (assuming the Service itself implements that interface).