Now Mobile for Android v20.4.0
Summarize
Summary of Now Mobile for Android v20.4.0
The Android v20.4.0 release of the ServiceNow Mobile app includes important fixes and improvements. This version ensures compliance with Android's requirements and enhances user experience by addressing various issues that affected functionality and performance.
Show less
Key Features
- 16KB Page Size Support: Added support to comply with Google’s requirement for Android 15+ devices.
- Background Downloading Improvement: Addresses the issue where offline scheduled downloads are canceled when the app runs in the background.
- On-Demand Work Order Task Fix: Resolves the form refresh issue after a Work-Based action, preventing the 'Insufficient Privileges' error.
- Space Details Screen Access: Fixes the inability to open UI parameters for the 'Space Details' screen on Android devices.
- Offline Polling Timeout Adjustment: Ensures that the client polls for offline cache retrieval according to server timeout settings.
Key Outcomes
With this update, ServiceNow customers can expect improved reliability and functionality within the mobile app, leading to a more efficient user experience. Users can download the latest version from the Google Play store and utilize the demo account feature for initial testing. Additionally, minor bug fixes and performance enhancements contribute to better app stability.
The Android v20.4.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 ServiceNow Agent 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 |
|---|---|---|---|
|
Android Mobile PRB1932109 |
Added support for 16KB page sizes | Google has a requirement that Android 15+ devices must support 16KB page sizes. | |
|
Android Mobile PRB1926309 |
An offline scheduled download is canceled when an app is in the background | This is an Android issue only. |
Expected behavior: The offline download must complete even when app is in the background. Actual behavior: The offline download isn't completed. The WorkManager job is started but is cancelled by the OS. |
|
Android Mobile PRB1936258 |
An on-demand work order task (WOT) form doesn't refresh after a WB action and the Close Complete button remains visible | The Android on-demand form screen doesn't refresh after a successful WB action. The Close Complete button is configured with a 'Jump to screen' action targeting the same screen ID. After redirection back to the screen, the original form doesn't refresh, and the Close Complete button remains visible. If the button is tapped again, it results in an 'Insufficient Privileges' error. |
Observe that the Close Completed button remains visible. When tapped again, entering notes and submitting triggers an 'Insufficient Privileges' error. Repeat 1-20 times if needed, as the issue is intermittent. |
|
Android Mobile PRB1931896 |
Users are unable to open UI parameters for the 'Space Details' screen on Android devices |
Expected behavior: It should open the pop-up menu, which works on iOS. Actual behavior: It either does nothing or goes back to the home page/main navigation. |
|
|
Android Mobile PRB1931874 |
Offline polling timeout should match the server timeout |
Expected behavior: The client should poll for a default of ten minutes before timing out. If glide.sg.offline.job. maxRuntime is set on the instance, the polling timeout on the clients should match the configuration. Actual behavior: The client would stop polling in five minutes and it wouldn't wait for the offline cache. As a result, the offline cache generated isn't retrieved by the client. |
This version also includes other minor bug fixes and performance improvements.