Searched refs:locationSettingsIntent (Results 1 – 1 of 1) sorted by relevance
83 Intent locationSettingsIntent = new Intent(Settings.ACTION_LOCATION_SOURCE_SETTINGS); in handleLocationAction() local84 if (locationSettingsIntent.resolveActivity(getPackageManager()) != null) { in handleLocationAction()85 startActivityForResult(locationSettingsIntent, REQUEST_LOCATION_UPDATE); in handleLocationAction()