Skip to content

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

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);
}

}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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