From 7383d3c146690d182d7b6814770995163e99a550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Gonz=C3=A1lez?= Date: Thu, 19 Mar 2026 17:14:53 +0100 Subject: [PATCH 1/6] Clarify documentation according to API level --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 767645f..3cc92c3 100644 --- a/README.md +++ b/README.md @@ -1896,7 +1896,9 @@ requestPermissionBackgroundLocation: () => Promise<{ #### Notes -- Android: this method navigates to OS settings. +- Android: + - On 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 From f118d47538e1a56337e8c3ff33aee5ce9972e156 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Gonz=C3=A1lez?= Date: Thu, 19 Mar 2026 17:20:06 +0100 Subject: [PATCH 2/6] Set description in oneline --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 3cc92c3..34ed363 100644 --- a/README.md +++ b/README.md @@ -1896,9 +1896,7 @@ requestPermissionBackgroundLocation: () => Promise<{ #### Notes -- Android: - - On 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. +- Android: On Android 9 and below, background access is granted with foreground location. While 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 From f547bb71617e7a43e39170b8b28c1dd041710d72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Gonz=C3=A1lez?= Date: Thu, 19 Mar 2026 17:26:39 +0100 Subject: [PATCH 3/6] Prettier --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 34ed363..4dbaa1b 100644 --- a/README.md +++ b/README.md @@ -1896,7 +1896,10 @@ requestPermissionBackgroundLocation: () => Promise<{ #### Notes -- Android: On Android 9 and below, background access is granted with foreground location. While Android 10 and above foreground location is requested first, if not granted, followed by background. +- Android: + - Android 9 and below, background access is granted with foreground location + - While 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 From 356f3c5656525e5f43b58297f597988975a6c31b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Gonz=C3=A1lez?= Date: Thu, 19 Mar 2026 17:31:50 +0100 Subject: [PATCH 4/6] Prettier --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4dbaa1b..3494166 100644 --- a/README.md +++ b/README.md @@ -1897,8 +1897,9 @@ requestPermissionBackgroundLocation: () => Promise<{ #### Notes - Android: - - Android 9 and below, background access is granted with foreground location - - While Android 10 and above foreground location is requested first, + - Android 9 and below, background access is granted with foreground + location + - While 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. From 52b9b57e6afd38e28cc3df9140eb109f0c766b00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Gonz=C3=A1lez?= Date: Thu, 19 Mar 2026 17:33:37 +0100 Subject: [PATCH 5/6] Prettier --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3494166..20f2327 100644 --- a/README.md +++ b/README.md @@ -1896,11 +1896,9 @@ requestPermissionBackgroundLocation: () => Promise<{ #### Notes -- Android: - - Android 9 and below, background access is granted with foreground - location - - While Android 10 and above foreground location is requested first, - if not granted, followed by background. +- Android: Android 9 and below, background access is granted with foreground + location. While 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 From d66b671a79c20f44f399bff2b6e94c610c174560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Gonz=C3=A1lez?= Date: Fri, 20 Mar 2026 09:42:54 +0100 Subject: [PATCH 6/6] Prettier --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 20f2327..4992b72 100644 --- a/README.md +++ b/README.md @@ -1896,9 +1896,11 @@ requestPermissionBackgroundLocation: () => Promise<{ #### Notes -- Android: Android 9 and below, background access is granted with foreground - location. While Android 10 and above foreground location is requested - first, if not granted, followed by background. +- 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