ServiceNow Onboarding - Intune for Android v12.2.0

  • Release version: Mobile
  • Updated June 17, 2021
  • 1 minute to read
  • The Android v12.2.0 release provides fixes for the application.

    Download the latest mobile app version

    To download the latest release, visit the Google Play store. Users can launch a demo to try the Mobile Onboarding app. You can use a demo account from the initial post-download screen or the instance list screen.

    Fixed in this release

    Problem Short description Description Steps to reproduce

    Mobile Android (non-classic)

    PRB1491805

    Users receive push notifications for the impersonated user This issue occurs even after ending the impersonation and closing the app.
    1. Log in to an instance as an admin user.
    2. Make sure that the user has push notification enabled.
    3. Log in to an Android device as admin.
    4. Check the sys_push_notif_app_install table.
      One active record with the following values is inserted:
      • User: System Administrator
      • Push App: ServiceNow Mobile Application
      • Push Platform: Google
    5. On the mobile device, impersonate Abel Tuter.
    6. Check the sys_push_notif_app_install table.
      The admin's record is deactivated and another active record with the following values is inserted:
      • User: Abel Tuter
      • Push App: ServiceNow Mobile Application
      • Push Platform: Google
    7. End the impersonation.

    Expected behavior: After the impersonation ends, the admin record should be reactivated and Abel's record should be deactivated.

    Actual behavior: There are two active records in the sys_push_notif_app_install table for admin and Abel. As a result, the admin receives notifications sent to Abel.

    Mobile Android (non-classic)

    PRB1482314

    The Next and Submit buttons are disabled, even when the user uploads an attachment to the mandatory attachment question type
    1. In the Now Mobile app for Android, log in as admin.
    2. Navigate to My Tasks > Mandatory Attachment Question Issue.
    3. Click the Short description field.

      It loads the survey.

    4. Navigate to the question 'New attachment' and upload the attachment.

    Even though you added the attachment, the Submit and Next buttons are disabled.

    This version also includes other minor bug fixes and performance improvements.