Improved SDK to prevent location update requests
· One min read
We have released new patch versions 3.19.11, 3.20.8, and 3.21.4 for the Android SDK.
Patch overview
Introduced locationEnabled flag in EncapConfig. If you set this flag to false, then you prevent the SDK from requesting location updates.
Want to learn more?
To learn more, see our Location feature documentation.
Affected versions
If your app both:
- Requests location permission.
- Has location, geofencing, and SSID/BSSID features disabled.
Then you can upgrade it to use the latest, patched version and set the locationEnabled flag to false:
| Affected versions | Patched version |
|---|---|
| 3.21.2 and earlier | 3.21.4 |
| 3.20.6 and earlier | 3.20.8 |
| 3.19.9 and earlier | 3.19.11 |
How to upgrade
For the latest features and security improvements, you need to upgrade your mobile app to use the most recent version of the SDK.
To learn how to do this, see our Upgrade guide.