Hi all,
I am finding that I need to make some Android changes to the localnotifciation implementation in Capacitor/Core plugin. I didn’t want to have to do this, but the way it creates a default channel just isn’t going to work for my app.
With that said, whats the best approach to keep that change? I am guessing i will have to manually do merges moving forward if there are ever any new releases? Do i pull down the source and reference a directory of the source for the plugin or is there a better way to do it right in the android project code?
Any direction on this would be appreciated