diff --git a/README.md b/README.md index 767645f..4992b72 100644 --- a/README.md +++ b/README.md @@ -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