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
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: