My ionic app is sometimes forced closed by android system due to some unknown reason. I guess is caused by power usage. I could not find a method solve this problem. I want to use a dirty method: create a monitoring app and let it monitor the my ionic app, once it find my ionic app is not running in the process list, it will open my ionic app again.
Is it possible to create this monitor app using ionic?