onProviderDisabled abstract method

void onProviderDisabled(
  1. String provider
)

Called when the provider is disabled by the user. If requestLocationUpdates is called on an already disabled provider, this method is called immediately.

@param provider the name of the location provider associated with this update.

Implementation

void onProviderDisabled(String provider);