[SOLVED] Camera plugin restart App on Android

Ok so according the cordova documentation, the only way to handle this, is to save the state and to catch it onResume, to recreate it, when app restart after having been put in the background by the os

Unfortunately it looks like it isn’t correct, onResume is never thrown

https://issues.apache.org/jira/browse/CB-10950