How to determine the time change of the application? BroadcastReciever works only when the application is active or in the background. Are there any options?
How to determine the time change of the application? BroadcastReciever works only when the application is active or in the background. Are there any options?
Source: https://ru.stackoverflow.com/questions/459173/
All Articles
BroadcastReciever
Works while it is registered. It can be registered in the service, for example, if you need to catch events also when the application is closed - Vladyslav Matviienko