Open icecoolinux opened 6 years ago
In my service class I need to clean something (remove a gps listener) when the service run onDestroy.
A posible solution is add a method onCleanup in BackgroundService class for subclasses to override.
Thank
In my service class I need to clean something (remove a gps listener) when the service run onDestroy.
A posible solution is add a method onCleanup in BackgroundService class for subclasses to override.
Thank