Release Notes - Android Movement SDK
4.0.1
- Added
android.permission.FOREGROUND_SERVICE_LOCATIONto the list of permissions to remove during implementation. - Fixed issue when using play services location version 21.3.0. If you are using 21.3.0+, please make sure to use/upgrade to the Movement SDK 4.0.1.
4.0.0
- Renamed all instances of
PilgrimtoMovementSdk; please refer to full reference documentation to see all instances of renaming.- Renaming example:
PilgrimSdk.Builderrenamed toMovementSdk.Builder
- Renaming example:
- Removed
Pilgrimclass prefix.- Removal example:
private final PilgrimNotificationHandler pilgrimNotificationHandler = new PilgrimNotificationHandler()becomesprivate final NotificationHandler NotificationHandler = new NotificationHandler()
- Removal example:
- Updated
play-services-locationto21.0.1; refer to Google Play Services release notes for more information. - Please refer to the Movement SDK Get Started Guide for full implementation steps.
- If you are still on the Pilgrim SDK, please refer to our Legacy Pilgrim SDK documentation .
Updated 10 months ago
