'Critical alert android equivalent

I am developing an app for a local fire department using React-Native, one feature is to alert everyone in case of emergency. On iOS I can use "Critical Alerts" which work perfectly, but I can't find a good solution for Android to bypass the mute on the phone with a push notification. Right now I can only bypass DnD, but no sound is played. Is there anything equivalent to "Critical alerts" for Android?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source