status
Current foreground location permission.
Fine permission maps to LocationPermission.Granted at precise accuracy, and coarse at approximate. Otherwise the status is LocationPermission.NotGranted:
shouldShowRationale = truewhen Android advises explaining the request first.canRequest = falseafter a permanent denial that requestForegroundPermission recorded.canRequest = nullwhen context cannot reach an activity for the rationale check.canRequest = trueotherwise.
The value refreshes when the resolved activity resumes.