You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 11, 2024. It is now read-only.
If we want the app to open any other app while it is background, our app needs to have SYSTEM_ALERT_WINDOW permission. The plugin DeviceApps doesn't check for this, and returns true on calling openApp method, even though the app doesn't get opened. Once we have the permission, it opens up alright.