gbox-sdk
    Preparing search index...

    Interface AndroidInstallResponse

    Response containing the result of installing an Android pkg

    interface AndroidInstallResponse {
        activities: Activity[];
        apkPath: string;
        packageName: string;
        pkgType: "system" | "thirdParty";
    }
    Index

    Properties

    activities: Activity[]

    Activity list

    apkPath: string

    Android apk path

    packageName: string

    Android pkg package name

    pkgType: "system" | "thirdParty"

    Package type: system or thirdParty