My app needs to show to alert a user and continue to show the alert and make a sound until the user accepts or declines it. This will need to happen even if the phone is locked, asleep, or the app is not active (it would be nice to have this functionality even if the application is killed, but it is not mandatory).
The use case is similar to an incoming phone call or an alarm. How can I achieve this? (I do not normally do android development, this is a personal project of mine)
The use case is similar to an incoming phone call or an alarm. How can I achieve this? (I do not normally do android development, this is a personal project of mine)