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
Since API 35 Google introduced a timeout that forbid all an app to have foreground services running for more than 6 hours (sum of all the foreground services) during a day.
Checks if it impacts our features and if we can reach this limit.
I tried to play with the ADB command to reduce the timeout to 5mn and it kept the persistent connection so I'm not sure the ADB command is working. We need to test more deeply.
Since API 35 Google introduced a timeout that forbid all an app to have foreground services running for more than 6 hours (sum of all the foreground services) during a day.
Checks if it impacts our features and if we can reach this limit.
https://developer.android.com/about/versions/15/behavior-changes-15#datasync-timeout
The text was updated successfully, but these errors were encountered: