Actions
Bug #764
closedAndroid sometimes kills the realtime notification
Start date:
09/29/2021
Due date:
% Done:
0%
Estimated time:
Description
The listener is sometimes killed but the notification is left. Other times the entire notification is killed. This is all due to RAM pressure and Android's notification lifecycle.
It might be possible to reregister the listener. It also might help to increase the importance of the notification. If the notification is dead, launching Privacy Cell restarts it. But, if the notification itself is not dead, it might be necessary to add a button to Privacy Cell to restart it to reregister the listener.
Updated by Soren Stoutner about 3 years ago
I should be able to bind the service to the work manager and periodically reregister the listener.
Updated by Soren Stoutner about 3 years ago
- Subject changed from Android sometimes kills realtime notification to Android sometimes kills the realtime notification
Updated by Soren Stoutner about 3 years ago
- Status changed from New to In Progress
Updated by Soren Stoutner about 3 years ago
- Status changed from In Progress to Closed
Actions