I need to get location of user. I put in manifest
>
You can start an options intent for the location settings.
Intent gpsOptionsIntent = new Intent( android.provider.Settings.ACTION_LOCATION_SOURCE_SETTINGS); startActivity(gpsOptionsIntent);