ProcessRestarter
ProcessRestarter facilitates restarting your application process. This should only be used for things like fundamental state changes in your debug builds (e.g., changing from staging to production).
Trigger process recreation by calling triggerRebirth with a Context instance.
Functions
Checks if the current process is a temporary Process. This can be used to avoid initialization of unused resources or to prevent running code that is not multi-process ready.
Call to restart the application process using the default activity as an intent.
Call to restart the application process using the provided Activity Class.
Call to restart the application process using the specified intents.
Call to restart the application process using the specified Service intent.
Call to restart the application process using the provided Service Class.