Searched refs:locationSettingsIntent (Results 1 – 1 of 1) sorted by relevance
77 Intent locationSettingsIntent = new Intent(Settings.ACTION_LOCATION_SOURCE_SETTINGS); in runPrepare() local78 if (locationSettingsIntent.resolveActivity(getPackageManager()) != null) { in runPrepare()79 startActivityForResult(locationSettingsIntent, REQUEST_LOCATION_SETTING); in runPrepare()