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 services can run in the same thread as the application it may be enough to start a dummy service to keep the application running in the background.
The text was updated successfully, but these errors were encountered:
They use a background service to schedule their measurements. Have a look at the TraceboxerBackgroundProbe in the MainActivity.java, they use the AlarmManager and a PendingIntent.
Since services can run in the same thread as the application it may be enough to start a dummy service to keep the application running in the background.
The text was updated successfully, but these errors were encountered: