Skip to main content

This extension is provided for free. If it helps you please consider sponsoring the developers to continue support and development of the extension:

❤️ Sponsor

RestartApp

The RestartApp extension gives you the ability to force a restart of your application, terminating the current process and triggering a relaunch of the application.

Features

  • Restart your running application on the following platforms:
    • Android
  • Single API interface - your code works across supported platforms with no modifications
  • Sample project code and ASDocs reference

Documentation

The documentation site forms the best source of detailed documentation for the extension along with the asdocs.

Quick Example:

if (RestartApp.service.canRestartApplication)
{
RestartApp.service.restartApplication();
}