I’m using react-native-android-notification-listener
to listen to notifications from other apps. I want my app to listen to these notifications even when my app is closed from the recent applications. When i search for the solution, all i get are forground-services
which runs the app in the foreground and persists a notification all the time. What I want is to run this application as a background-service
.