abertschi / ad-free

A modularized audio ad blocker for Android
https://abertschi.ch/blog/2022/building-adfree/
Apache License 2.0
272 stars 19 forks source link

NotificationListener is randomly killed #51

Closed abertschi closed 4 years ago

abertschi commented 4 years ago

Problem: On Redmi Note 7, Global 10.3.6, Android 9, the notification service is sometimes randomly killed. Only reenabling it in settings or reboot fixes issue, app is removed from battery saving list.

Solution: Look into options how to automatically or manually restart the service within the app. https://stackoverflow.com/questions/35434171/workaround-for-keeping-notificationlistenerservice-alive

abertschi commented 4 years ago

fixed in version #52