Skip to content

on some devices when i try to install apk using package i get this error #4

@muhammadumeer

Description

@muhammadumeer

on some devices when i try to install apk using package i get this error.

Compat change id reported: 160794467; UID 10421; state: ENABLED

capture

this my code.
launchApk()async{
int? statusCode = await AndroidPackageInstaller.installApk(
apkFilePath: pathFile);
if (statusCode != null) {
PackageInstallerStatus installationStatus = PackageInstallerStatus
.byCode(statusCode);
print(installationStatus.name);
}

}

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