gbox-sdk
    Preparing search index...

    Interface InstallAndroidAppByURL

    interface InstallAndroidAppByURL {
        apk: string;
        open?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    apk: string

    HTTP URL to download APK file (max file size: 512MB)

    open?: boolean

    Whether to open the app after installation. Will find and launch the launcher activity of the installed app. If there are multiple launcher activities, only one will be opened. If the installed APK has no launcher activity, this parameter will have no effect.