flutter_foreground_task
flutter_foreground_task copied to clipboard
launchApp method call only works onNotificationPressed but not in onStart or onEvent.
Did you request and grant "android.permission.SYSTEM_ALERT_WINDOW" permission? The above permission is required to use the launchApp function in apps on Android 10 (API level 29) and higher.
https://developer.android.com/guide/components/activities/background-starts
To avoid the restriction, this plugin uses the "android.permission.SYSTEM_ALERT_WINDOW" permission.