You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest updates to Android throw exceptions if a service or activity is started from the background. This means that the current incarnation of ManagementPortalService, which is a IntentService cannot handle requests to refresh the access token if the app is in the background. By binding the service to RadarService instead of using an IntentService, it will be able to also run in the background.
The text was updated successfully, but these errors were encountered:
The latest updates to Android throw exceptions if a service or activity is started from the background. This means that the current incarnation of ManagementPortalService, which is a IntentService cannot handle requests to refresh the access token if the app is in the background. By binding the service to RadarService instead of using an IntentService, it will be able to also run in the background.
The text was updated successfully, but these errors were encountered: