LocationSettingsStatusCodes

  • LocationSettingsStatusCodes are used to provide status codes specific to location settings.

  • The SETTINGS_CHANGE_UNAVAILABLE constant indicates that location settings cannot be modified to fulfill the requirements.

  • This class inherits various status codes and methods from CommonStatusCodes and Object.

public class LocationSettingsStatusCodes extends CommonStatusCodes

Location settings specific status codes, for use in Status.getStatusCode()

Constant Summary

int SETTINGS_CHANGE_UNAVAILABLE Location settings can't be changed to meet the requirements, no dialog pops up

Inherited Constant Summary

Inherited Method Summary

Constants

public static final int SETTINGS_CHANGE_UNAVAILABLE

Location settings can't be changed to meet the requirements, no dialog pops up

Constant Value: 8502