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
This library consists of two parts: A background service, and a UI Activity. Consider separating them into different modules and allow more flexibility between them.
Separating these classes will allow for features such as:
Adding custom exception handlers
Showing a different Activity when the app crashes
Selectively including only the required dependencies in projects
The text was updated successfully, but these errors were encountered:
This library consists of two parts: A background service, and a UI Activity. Consider separating them into different modules and allow more flexibility between them.
Separating these classes will allow for features such as:
The text was updated successfully, but these errors were encountered: