Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You should add the permissions below into your AndroidManifest.xml file to run Geofencing module.

Code Block
languagexml
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" />

...