In Android O, we can have different notification channels with different priority level (Importance). In my code, I set the channel importance level to Urgent, that is "Make sound and pop on screen".
But when I go to the notification setting, turn off the channel notification, and then turn it on, the importance level will always reset to medium ("No sound"), which is the default level.
I know we can always change the importance level manually, but is there a way to have it remember the settings before the channel is turned off so that when it is turned on again, it will automatically recover to the settings it has before?