From b1bcfb2925d2f80de1423c9ceb584ee3b7a7072d Mon Sep 17 00:00:00 2001 From: huymobile Date: Thu, 27 Aug 2026 00:51:28 +0700 Subject: [PATCH] docs(android): avoid duplicate location permission --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 57cecaed..03ad3a61 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ The plugin provides props for extra customization. Every time you change the pro - + - + ... ``` - With `neverForLocation` flag active, you no longer need to ask for `ACCESS_FINE_LOCATION` in your app + Use `uses-permission-sdk-23` for the location permission so Android's manifest merger can combine it with + RxAndroidBle's declaration. With `neverForLocation` flag active, you no longer need to ask for + `ACCESS_FINE_LOCATION` in your app on Android 12 and newer. ## Troubleshooting