Android Question reopen application automatically

CVR

Member
Licensed User
Hi, I have a question for anyone who can help me. Is there a way to open an application automatically if it is blocked for some reason or terminated by an exception or something like that? something like a service that is able to open the app in case for some reason it stops working.

Thanks in advance.
 

JohnC

Expert
Licensed User
Longtime User
You can try putting a "StartServiceAt" (using a time 5 seconds in the future) in the "Starter" service's "Application_Error" and/or "Service_Destroyed" events.
 
Upvote 0
Top