79331998

Date: 2025-01-06 03:35:41
Score: 4
Natty:
Report link

Just adding setAlwaysShow(true) to LocationSettingsRequest, displays "To continue" instead of "For a better experience"

e.g.

val builder = LocationSettingsRequest.Builder()
    .addLocationRequest(locationRequest)
    .setAlwaysShow(true)

Thanks https://stackoverflow.com/a/56420194/22157294

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Raphael