Just adding setAlwaysShow(true) to LocationSettingsRequest, displays "To continue" instead of "For a better experience"
setAlwaysShow(true)
LocationSettingsRequest
e.g.
val builder = LocationSettingsRequest.Builder() .addLocationRequest(locationRequest) .setAlwaysShow(true)
Thanks https://stackoverflow.com/a/56420194/22157294