Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1896,7 +1896,11 @@ requestPermissionBackgroundLocation: () => Promise<{

#### Notes

- Android: this method navigates to OS settings.
- Android:
- Android 9 and below, background access is granted with foreground
location.
- Android 10 and above foreground location is requested first, if not
granted, followed by background.
- iOS: upgrade to Always happens via OS escalation after background usage.

#### Error cases
Expand Down
Loading