'Make a phone call in android even the app is closed

i'm currently developing an app that read data from firebase and when the data change it must phone call a specific person to notifiy them and this must happen even if the app is closed i tried with Intent but it just work when app is opened is there a way to make this possible even if the app is closed?



Sources

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

Source: Stack Overflow

Solution Source