Release Notes - Android Movement SDK

4.0.1

  • Added android.permission.FOREGROUND_SERVICE_LOCATION to 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 Pilgrim to MovementSdk ; please refer to full reference documentation to see all instances of renaming.
    • Renaming example:
      • PilgrimSdk.Builder renamed to MovementSdk.Builder
  • Removed Pilgrim class prefix.
    • Removal example:
      • private final PilgrimNotificationHandler pilgrimNotificationHandler = new PilgrimNotificationHandler() becomes private final NotificationHandler NotificationHandler = new NotificationHandler()
  • Updated play-services-location to 21.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 .