Skip to content

REQUEST_INSTALL_PACKAGES #703

Open
Open
@kenargo

Description

@kenargo

REQUEST_INSTALL_PACKAGES is a new permission in Android O and above that allows apps to download and install APKs.

Is there plans to support this permission?

The permission is still tested using PackageManager but has a slightly different use pattern than using flags like the other permissions so it would need a bit of special code when indicated.

Detail here

The important part of the article is following:

You can choose to pre-emptively direct your users to the Install unknown apps permission screen using the ACTION_MANAGE_UNKNOWN_APP_SOURCES Intent action. You can also query the state of this permission using the PackageManager canRequestPackageInstalls() API.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions