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
Try to fix BackgroundServiceStartNotAllowedException for Android stop
We see quite a few of these exceptions. We're allowed to send the intent
to the Android app, but once it receives it, it's still in the
background, and it's not allowed to send an intent to the background VPN
service, so the service never actually shuts down. Doesn't seem to
happen all the time, but just on some devices. This fix should clean
that up nicely.
0 commit comments