I implemented android foreground service to restart killed application. So my service monitor logs using READ_CALL_LOG permission and if it is found that my application is not running (killed) and should start new Main Activity.
Unfortunately the timer callback function stop to work when application killed – there is no logging anymore.
in process monitor I see that service is running and even application started but it is not shown in user’s desktop.
What could be used for implement auto-restart for killed critical MAUI application?