app_to_foreground

A plugin to bring the app to the foreground when it is in the background.

Supports android only

To make it work on android 10+ it is necessary to add the following permission to the AndroidManifest.xml file:

<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />

Libraries

app_to_foreground