diff --git a/README.md b/README.md
index 9cc4ef1..3994523 100644
--- a/README.md
+++ b/README.md
@@ -72,6 +72,9 @@ Android API >= 18 Positions will also contain a `mocked` boolean to indicate if
Failure to do so may result in a hard crash.
+**Android 10 and above( API >= 29):**
+In order to enable geolocation in the background, you need to add `` and also check & request permission using PermissionsAndroid API.
+
## Migrating from the core `react-native` module
This module was created when the Geolocation was split out from the core of React Native. As a browser polyfill, this API was available through the `navigator.geolocation` global - you didn't need to import it. To migrate to this module you need to follow the installation instructions above and change following code: