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