Keep native apps active during authentication on Android devices
Use the preventAppKillOnAuth property on your ServiceNow instance to help prevent Android devices from killing the mobile app when put to background during login. Use this configuration to allow for a smoother authentication experience by keeping the app active until users complete or cancel the login process.
始める前に
Role required: admin
このタスクについて
The preventAppKillOnAuth property is a pre-authenticated mobile setting that when set to true signals to the system that an important task is in progress. This setting maintains that the mobile app remains alive during the authentication process even when moved to the background.
Mobile properties are configured as records in the sys_sg_properties table on the ServiceNow Mobile Platform server.
- Example
- When you open an authenticator app to retrieve code or approve a login request, the ServiceNow mobile app moves to the background. In such a situation the Android OS may terminate the app in the following circumstances:
- If the device is running low on memory.
- If the battery saver mode enabled.
- If the system settings has a limit to the number of background apps enabled to run simultaneously.