notification
Notification switch
1 |
|
channel switch
1 |
|
=======
https://stackoverflow.com/questions/71159130/custom-android-notification-sound
Android 13 and above
granted permission and channel is null
granted permission and channel openAndroid 8 and above - below Android 13
notfication switch open
channel switch openBlow Android 8
notification switch open
Channel Sound
Since Android Oreo / 8 the Notificationsound is coming from the Channel and can only be set the first time you add the channel via your channel.setSound(). If you want to change it later on you need to delete the channel and then re-add it to the system. The user will be warned about that behaviour though (App deleted channels X amount of times).
notification
https://noteforme.github.io/2023/11/15/notification/