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
Some apps may use the messaging library as part of a service. When the app's UI isn't foregrounded, it might be nice to allow the various executors used in the library to be de-prioritized using android.os.Process.setThreadPriority(android.os.Process.THREAD_PRIORITY_BACKGROUND).
The text was updated successfully, but these errors were encountered:
Some apps may use the messaging library as part of a service. When the app's UI isn't foregrounded, it might be nice to allow the various executors used in the library to be de-prioritized using
android.os.Process.setThreadPriority(android.os.Process.THREAD_PRIORITY_BACKGROUND)
.The text was updated successfully, but these errors were encountered: