gdelataillade / alarm

A Flutter plugin to easily manage alarms on iOS and Android
https://pub.dev/packages/alarm
MIT License
132 stars 86 forks source link

How to play sound only without notifications on Android #159

Closed synstin closed 8 months ago

synstin commented 8 months ago

Is your feature request related to a problem? Please describe. I want to play just the sound without any notifications.

I've noticed that on the iPhone, if you leave the notification property value blank, the notification doesn't go through. Is the same behavior possible on Android?

Thanks.

synstin commented 8 months ago

@gdelataillade

https://stackoverflow.com/questions/10962418/how-to-startforeground-without-showing-notification

I realized that it's impossible to use foreground services without notifications. I'll close the issue, thank you.