IllusionMan1212 / lyrics-grabbr

App that listens to your notifications and provides lyrics for the currently playing song.
GNU General Public License v3.0
28 stars 1 forks source link

Hide notification when no song is playing #6

Open Tamriel opened 8 months ago

IllusionMan1212 commented 3 months ago

I'm not sure if this is possible since the app runs a foreground service and the system requires that foreground services ALWAYS have a notification (Android 13 and up allows users to dismiss the notification of a foreground service https://developer.android.com/develop/background-work/services/foreground-services)

I can experiment with having the service be a background service instead but I'm afraid the system might kill the service prematurely and cause the app to not listen to notifications. I'll let you know if a notification-less background service is feasible