Skip to content
This repository was archived by the owner on Jul 11, 2024. It is now read-only.
This repository was archived by the owner on Jul 11, 2024. It is now read-only.

App doesn't open when it's in background - Need to request SYSTEM_ALERT_WINDOW permission #105

@tanzil114

Description

@tanzil114

Please see:
https://developer.android.com/guide/components/activities/background-starts

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.

https://developer.android.com/reference/android/Manifest.permission#SYSTEM_ALERT_WINDOW

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions